Adds users to the specified roles.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IManageService
Dim users() As String
Dim roles() As String
Dim extraData As String
instance.AddUsersToRole(users, roles, extraData) |
Parameters
- users
- An array of strings represetning the users which should be added to the specified roles.
- roles
- An array of strings represetning the roles which the specified users should be memebers in.
- extraData
- User custom data.
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also