共用方式為


ApplicationBase.AppPermissions Property

Definition

Gets or sets the application permissions.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to