PrimaryGroupID
Gets or sets the UNIX group identifier (GID) of the primary group for the pending import user profile.
Syntax
int PrimaryGroupID {get; set;}
Property value
The UNIX group identifier (GID) of the primary group for the pending import user profile.
Discussion
There are two versions of this property: one designed for COM-based programs
that supports a 32-bit signed number one designed for .NET-based programs that
allows a 64-bit signed number. Therefore, the data type for the property can be
an integer (int
) or a long integer (long
) depending on the programming language
you use.