com.esri.arcgis.catalogUI
Interface esriAGSServiceWebAccessStatus

All Superinterfaces:
Serializable

public interface esriAGSServiceWebAccessStatus
extends Serializable

Service Web Access status.

Product Availability

Available with ArcGIS Desktop.


Field Summary
static int esriCSWADisabled
          The service is web access disabled.
static int esriCSWAEnabled
          The service is web access enabled.
 

Field Detail

esriCSWAEnabled

static final int esriCSWAEnabled
The service is web access enabled.

See Also:
Constant Field Values

esriCSWADisabled

static final int esriCSWADisabled
The service is web access disabled.

See Also:
Constant Field Values