- users
- An array of strings representing the users to be removed from the roles.
- roles
- A System.String representing the roles were the users ro be removed from.
- extraData
- User custom data.
Visual Basic (Declaration) | |
---|---|
<OperationContractAttribute()> Sub RemoveUsersFromRoles( _ ByVal users() As String, _ ByVal roles() As String, _ ByVal extraData As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IManageService Dim users() As String Dim roles() As String Dim extraData As String instance.RemoveUsersFromRoles(users, roles, extraData) |
C# | |
---|---|
[OperationContractAttribute()] void RemoveUsersFromRoles( string[] users, string[] roles, string extraData ) |
C++/CLI | |
---|---|
[OperationContractAttribute()] void RemoveUsersFromRoles( array<String^>^ users, array<String^>^ roles, String^ extraData ) |
Parameters
- users
- An array of strings representing the users to be removed from the roles.
- roles
- A System.String representing the roles were the users ro be removed from.
- extraData
- User custom data.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family