Share via


Application.ConditionSets Property

Definition

Gets or sets the application conditionSets - see examples

[Newtonsoft.Json.JsonProperty(PropertyName="properties.conditionSets")]
public System.Collections.Generic.IList<object> ConditionSets { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.conditionSets")>]
member this.ConditionSets : System.Collections.Generic.IList<obj> with get, set
Public Property ConditionSets As IList(Of Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to