Share via


LinuxUserConfiguration.Uid Property

Definition

Gets or sets the user ID of the user account.

public int? Uid { get; set; }
member this.Uid : Nullable<int> with get, set
Public Property Uid 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 uid.

Applies to