Provides access to properties of a map or geocode server object.
Members
Name | Description | |
---|---|---|
ConfigurationName | Name of the server object configuration that defines the server object. | |
TypeName | Type of the server object (MapServer or GeocodeServer). |
IServerObject.ConfigurationName Property
Name of the server object configuration that defines the server object.
Public ReadOnly Property ConfigurationName As String
public string ConfigurationName {get;}
IServerObject.TypeName Property
Type of the server object (MapServer or GeocodeServer).
Public ReadOnly Property TypeName As String
public string TypeName {get;}
Classes that implement IServerObject
Classes | Description |
---|---|
GeometryServer (esriGeoDatabase) | Provides access to standard operations on geometric 'value' objects. The input geometries are never modified by these operations. Designed for use in building web services and web applications. |
ImageServer (esriCarto) | The ArcGIS Server Image Server class. |
MapServer (esriCarto) | The MapServer component provides programmatic access to the contents of a map document on disk, and creates images of the map contents based on user requests. Designed for use in building map-based web services and web applications. |
Remarks
IServerObject is an interface supported by all server objects such as the MapServer and GeocodeServer. The IServerObject interface is returned as the ServerObject property on IServerContext.
The IServerObject interface has properties to indicate the name and type of the server object configuration that created the server object. You can query interface for interfaces supported by the server object type, such as IMapServer for a MapServer object, IGeocodeServer for a GeocodeServer object, IGPServer for a GPServer object or IGlobeServer for a GlobeServer object