This document is archived and information here might be outdated. Recommended version. |
Removes users from a role.
[Visual Basic .NET]
Public Sub RemoveUsersFromRole ( _
ByVal rolename As String, _
ByRef usernames As String[]& _
)
[C#]
public void RemoveUsersFromRole (
string rolename,
ref String[]& usernames
);
[C++]
HRESULT RemoveUsersFromRole(
BSTR rolename,
SAFEARRAY(System.String)* usernames
);
[C++] Parameters rolename [in]
rolename is a parameter of type BSTR usernames [in]
usernames is a parameter of type SAFEARRAY(BSTR)*