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


IRole.GetDescription Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IR > IRole Interface > IRole.GetDescription Method
ArcGIS Developer Help

IRole.GetDescription Method

Returns the role description.

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

Product Availability

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

See Also

IRole Interface