AddUsersToRole Method
Summary
Adds users to the specified roles.
Syntax
[OperationContractAttribute()]
public void AddUsersToRole(
string[] users,
string[] roles,
string extraData
)
<OperationContractAttribute()>
Sub AddUsersToRole( _
ByVal users() As String, _
ByVal roles() As String, _
ByVal extraData As String _
)
[OperationContractAttribute()]
void AddUsersToRole(
array<String^>^ users,
array<String^>^ roles,
String^ extraData
)
Parameters
users
An array of strings representing the users which should be added to the specified roles.
roles
An array of strings representing the roles which the specified users should be members in.