Compartir a través de


LinuxUserConfiguration.Gid Propiedad

Definición

Obtiene o establece el identificador de grupo de la cuenta de usuario.

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

Valor de propiedad

Comentarios

Las Uid propiedades y Gid deben especificarse juntas o no en absoluto. Si no se especifica, el sistema operativo subyacente elige el gid.

Se aplica a