ClientAccessRight.AccessPermission Property

Definition

Gets or sets type of access to be allowed for the client. Possible values include: 'NoAccess', 'ReadOnly', 'ReadWrite'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to