Partager via


ApplicationCondition.Property Property

Definition

Gets or sets the application Condition's Property, e.g. ID, see examples

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to