NfsUser.GroupId Property

Definition

Gets or sets the NFS user's GID

[Newtonsoft.Json.JsonProperty(PropertyName="groupId")]
public long? GroupId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="groupId")>]
member this.GroupId : Nullable<int64> with get, set
Public Property GroupId As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to