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


IIMSUserRole.UserRole Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > II > IIMSUserRole Interface > IIMSUserRole.UserRole Property
ArcGIS Developer Help

IIMSUserRole.UserRole Property

User role.

[Visual Basic .NET]
Public Property UserRole As acUserRole
[C#]
public acUserRole UserRole {get; set;}
[C++]
HRESULT get_UserRole(
  acUserRole* role
);
[C++]
HRESULT put_UserRole(
  acUserRole role
);
[C++]
Parameters
role [out, retval]

role is a parameter of type acUserRole* role [in]
role is a parameter of type acUserRole

Product Availability

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

See Also

IIMSUserRole Interface