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.
The Guid that identifies the group.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public Guid Guid { get; internal set; }
public:
[DataMemberAttribute]
property Guid Guid {
Guid get();
internal: void set(Guid value);
}
<DataMemberAttribute>
Public Property Guid As Guid
Get
Friend Set
End Property
Property Value
Type: System.Guid
A Guid of the group account.
See Also
GroupInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top