Application.KnownClientApplications Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to