Share via


Share.AccessProtocol Property

Definition

Gets or sets access protocol to be used by the share. Possible values include: 'SMB', 'NFS'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to