ArcObjects Library Reference (Server)  

IRole.GetDescription Method

Returns the role description.

[Visual Basic .NET]
Public Function GetDescription ( _
) As String
[C#]
public string GetDescription (
);
[C++]
HRESULT GetDescription(
  BSTR* Description
);
[C++]

Parameters

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

Product Availability

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

See Also

IRole Interface