Share via


LiveEventInputTrackSelection.Property Property

Definition

Gets or sets property name to select. This property is reserved for future use, any value set on this property will be ignored.

[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