GroupManager.UpdateGroup Method (GroupInfo)
Updates information about a user group.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public void UpdateGroup(
GroupInfo info
)
public:
void UpdateGroup(
GroupInfo^ info
)
Public Sub UpdateGroup (
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