This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IR > IRoleStore Interface > IRoleStore.RemoveRoles Method (ArcObjects .NET 10.4 SDK) |
Removes roles assigned to a user.
[Visual Basic .NET] Public Sub RemoveRoles ( _ ByVal UserName As String, _ ByRef rolenames As String[]& _ )
[C#] public void RemoveRoles ( string UserName, ref String[]& rolenames );
[C++]
HRESULT RemoveRoles(
BSTR UserName,
rolenames* rolenames
);
[C++]
Parameters UserName [in] UserName is a parameter of type BSTR rolenames [in] rolenames is a parameter of type