This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IR > IRoleStore Interface > IRoleStore.RemoveUsersFromRole Method (ArcObjects .NET 10.4 SDK) |
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