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


IUser.GetFullname Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Server)  

IUser.GetFullname Method

Returns the user's full name.

[Visual Basic .NET]
Public Function GetFullname ( _
) As String
[C#]
public string GetFullname (
);
[C++]
HRESULT GetFullname(
void
);

Product Availability

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

See Also

IUser Interface