Share via


TagFilter.Op Property

Definition

Gets or sets this is the comparison operator which is used for object comparison and filtering. Only == (equality operator) is currently supported

[Newtonsoft.Json.JsonProperty(PropertyName="op")]
public string Op { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="op")>]
member this.Op : string with get, set
Public Property Op As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to