ArcObjects Library Reference (Server)  

IUser.SetDescription Method

Sets the user description.

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

Parameters

Description [in]   Description is a parameter of type BSTR

Product Availability

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

See Also

IUser Interface