UpdateGroupRequestCompletedEventArgs.GroupId Property
Gets the Guid object that identifies the group account that was updated.
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
UpdateGroupRequestCompletedEventArgs Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top