GroupInfo.Guid Property
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