Bagikan melalui


AccountModel.Capabilities Property

Definition

Gets or sets the capabilities.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to