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


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

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(
  long* totalRoles
);
[C++]

Parameters totalRoles [out, retval] totalRoles is a parameter of type long

Product Availability

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

See Also

IRoleStore Interface