NfsAccessRule.Suid Property

Definition

Gets or sets allow SUID semantics.

[Newtonsoft.Json.JsonProperty(PropertyName="suid")]
public bool? Suid { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="suid")>]
member this.Suid : Nullable<bool> with get, set
Public Property Suid As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to