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


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

IRoleStore.DeleteRole Method

Deletes a role from role store.

[Visual Basic .NET]
Public Sub DeleteRole ( _
    ByVal rolename As String _
)
[C#]
public void DeleteRole (
    string rolename
);
[C++]
HRESULT DeleteRole(
  BSTR rolename
);
[C++]

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

Product Availability

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

See Also

IRoleStore Interface