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


IUser.SetDescription Method (ArcObjects .NET 10.5 SDK)
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