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


IServiceControl.HasControlPermissions Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesGDB > ESRI.ArcGIS.DataSourcesGDB > Interfaces > IS > IServiceControl Interface > IServiceControl.HasControlPermissions Property
ArcGIS Developer Help

IServiceControl.HasControlPermissions Property

Indicates whether the user has permissions to control the service.

[Visual Basic .NET]
Public ReadOnly Property HasControlPermissions As Boolean
[C#]
public bool HasControlPermissions {get;}
[C++]
HRESULT get_HasControlPermissions(
  Boolean* hasPermissions
);
[C++]
Parameters
hasPermissions [out, retval]

hasPermissions is a parameter of type bool*

Product Availability

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

Remarks

This method returns whether a user has permissions to exercise control over the database service.

See Also

IServiceControl Interface