Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the GUID.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public Guid Guid { get; set; }
public:
[DataMemberAttribute]
property Guid Guid {
Guid get();
void set(Guid value);
}
<DataMemberAttribute>
Public Property Guid As Guid
Property Value
Type: System.Guid
The GUID.
See Also
PersonalInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top