ArcObjects Library Reference (Server)  

IRole.SetRolename Method

Sets the role name.

[Visual Basic .NET]
Public Sub SetRolename ( _
    ByVal rolename As String _
)
[C#]
public void SetRolename (
    string rolename
);
[C++]
HRESULT SetRolename(
  BSTR rolename
);
[C++]

Parameters

rolename [in]   rolename is a parameter of type BSTR

Product Availability

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

See Also

IRole Interface