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


IEnumUserInfo.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumUserInfo.Next Method

Retrieves the next user.

[Visual Basic .NET]
Public Function Next ( _
) As IUserInfo
[C#]
public IUserInfo Next (
);
[C++]
HRESULT Next(
  IUserInfo** User
);
[C++]

Parameters User [out, retval]
User is a parameter of type IUserInfo

Product Availability

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

See Also

IEnumUserInfo Interface