ArcObjects Library Reference (Server)  

IRoleStore.RemoveRoles Method

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

Product Availability

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

See Also

IRoleStore Interface