ESRI.ArcGIS.ADF.IMS
ServiceType Enumeration
See Also 
ESRI.ArcGIS.ADF.IMS Namespace : ServiceType Enumeration




Types of supported ArcIMS services.

Syntax

Visual Basic (Declaration) 
Public Enum ServiceType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ServiceType
C# 
public enum ServiceType : Enum 

Members

MemberDescription
ArcMapServer Service is an ArcMap Image Service.
ImageServer Service is an Image Service.

Remarks

Used in the Type property of MapService to indicate the type of map service. Consult the ArcIMS Help documentation for information on the differences between these service types.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.IMS.ServiceType

See Also

© 2010 All Rights Reserved.