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

Parameters

fullname [out, retval]   fullname is a parameter of type BSTR

Product Availability

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

See Also

IUser Interface