This document is archived and information here might be outdated.  Recommended version.


IRoleStore.RemoveUsersFromRole Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IRoleStore.RemoveUsersFromRole Method

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,
  usernames* usernames
);
[C++]

Parameters rolename [in] rolename is a parameter of type BSTR usernames [in] usernames is a parameter of type

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRoleStore Interface