ArcObjects Library Reference (Server)  

IUser.SetFullname Method

Sets the user's full name.

[Visual Basic .NET]
Public Sub SetFullname ( _
    ByVal fullname As String _
)
[C#]
public void SetFullname (
    string fullname
);
[C++]
HRESULT SetFullname(
  BSTR fullname
);
[C++]

Parameters

fullname [in]   fullname is a parameter of type BSTR

Product Availability

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

See Also

IUser Interface