UID
Gets or sets the UNIX user identifier (UID
) for the pending import user profile.
Syntax
int UID {get; set;}
Property value
The UNIX user identifier (UID
) 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.