Share via


LinuxUserConfiguration.Gid Property

Definition

Gets or sets the group ID of the user account.

public int? Gid { get; set; }
member this.Gid : Nullable<int> with get, set
Public Property Gid As Nullable(Of Integer)

Property Value

Remarks

The Uid and Gid properties must be specified together or not at all. If not specified, the underlying operating system picks the gid.

Applies to