GroupManager.UpdateGroupAsync Method (GroupInfo)
Asynchronously updates information about a user group.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public void UpdateGroupAsync(
GroupInfo info
)
public:
void UpdateGroupAsync(
GroupInfo^ info
)
Public Sub UpdateGroupAsync (
info As GroupInfo
)
Parameters
info
Type: Microsoft.WindowsServerSolutions.Groups.GroupInfoThe GroupInfo object that contains the information about the group.
See Also
GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top