Platform.Osfeatures Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="os.features")]
public System.Collections.Generic.IList<string> Osfeatures { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="os.features")>]
member this.Osfeatures : System.Collections.Generic.IList<string> with get, set
Public Property Osfeatures As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to