Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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