RemoveGroupRequestCompletedEventArgs.GroupId Property
Gets the Guid object that identifies the group that was removed.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public Guid GroupId { get; internal set; }
public:
property Guid GroupId {
Guid get();
internal: void set(Guid value);
}
Public Property GroupId As Guid
Get
Friend Set
End Property
Property Value
Type: System.Guid
A Guid object.
See Also
RemoveGroupRequestCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top