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


IRole.GetRolename 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.GetRolename Method
ArcGIS Developer Help

IRole.GetRolename Method

Returns the role name.

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

Product Availability

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

See Also

IRole Interface