VolumeProperties.SecurityStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol Possible values include: 'ntfs', 'unix'
[Newtonsoft.Json.JsonProperty(PropertyName="securityStyle")]
public string SecurityStyle { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="securityStyle")>]
member this.SecurityStyle : string with get, set
Public Property SecurityStyle As String
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute