RemoveUsersFromRoles Method
Summary
Removes a group of users from a group of roles.
Syntax
[OperationContractAttribute()]
public void RemoveUsersFromRoles(
string[] users,
string[] roles,
string extraData
)
<OperationContractAttribute()>
Sub RemoveUsersFromRoles( _
ByVal users() As String, _
ByVal roles() As String, _
ByVal extraData As String _
)
[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 from which the users are be removed.