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