共用方式為


ApplicationBase.OrgRestrictions Property

Definition

Gets or sets a list of tenants allowed to access application.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to