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


IRoleStore.DeleteRole Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IR > IRoleStore Interface > IRoleStore.DeleteRole Method
ArcGIS Developer Help

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