Property Values
Values
Gets the comparison values: one value for binary operators, the value list for In/NotIn, and a single boolean for Exists.
public IReadOnlyList<MetadataFilterValue> Values { get; }
Gets the comparison values: one value for binary operators, the value list for In/NotIn, and a single boolean for Exists.
public IReadOnlyList<MetadataFilterValue> Values { get; }