Share via


ShareAccessRight.AccessType Property

Definition

Gets or sets type of access to be allowed on the share for this user. Possible values include: 'Change', 'Read', 'Custom'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to