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


IUserStore.GetTotalUsers Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IUserStore.GetTotalUsers Method

Returns the total number of users in the user store.

[Visual Basic .NET]
Public Function GetTotalUsers ( _
) As Integer
[C#]
public int GetTotalUsers (
);
[C++]
HRESULT GetTotalUsers(
  long* totalUsers
);
[C++]

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

Product Availability

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

See Also

IUserStore Interface