GroupManager.AddGroupAsync Method (String, GroupDetailInfo)
Asynchronously adds a new user group account with the specified group name and group information.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public void AddGroupAsync(
string groupName,
GroupDetailInfo info
)
public:
void AddGroupAsync(
String^ groupName,
GroupDetailInfo^ info
)
Public Sub AddGroupAsync (
groupName As String,
info As GroupDetailInfo
)
Parameters
groupName
Type: System.StringThe name of the group.
info
Type: Microsoft.WindowsServerSolutions.Groups.GroupDetailInfoThe GroupDetailInfo object that contains information about the group.
See Also
GroupManager Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top