다음을 통해 공유


SharingProfile.Permissions Property

Definition

Gets or sets this property allows you to specify the permission of sharing gallery. <br><br> Possible values are: <br><br> Private <br><br> Groups <br><br> Community. Possible values include: 'Private', 'Groups', 'Community'

[Newtonsoft.Json.JsonProperty(PropertyName="permissions")]
public string Permissions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="permissions")>]
member this.Permissions : string with get, set
Public Property Permissions As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to