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


IRole.GetRolename Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

IRole.GetRolename Method

Returns the role name.

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

Parameters rolename [out, retval] rolename is a parameter of type BSTR

Product Availability

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

See Also

IRole Interface