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


IRoleStore.GetTotalRoles 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.GetTotalRoles Method
ArcGIS Developer Help

IRoleStore.GetTotalRoles Method

Returns the total number of roles in the role store.

[Visual Basic .NET]
Public Function GetTotalRoles ( _
) As Integer
[C#]
public int GetTotalRoles (
);
[C++]
HRESULT GetTotalRoles(
void
);

Product Availability

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

See Also

IRoleStore Interface