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


IUser.SetFullname Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IU > IUser Interface > IUser.SetFullname Method
ArcGIS Developer Help

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