ESRI.ArcGIS.ADF.Connection
ServerType Constructor(String,String)
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection.IMS Namespace > ServerType Class > ServerType Constructor : ServerType Constructor(String,String)




type
The type of server: ImageServer, FeatureServer, or MetaDataServer.
version
ArcMap to specify ArcMap Server, empty for ArcXML-based image services.
Constructor taking the service type and version.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As String, _
   ByVal version As String _
)
Visual Basic (Usage)Copy Code
Dim type As String
Dim version As String
 
Dim instance As ServerType(type, version)
C# 
public ServerType( 
   string type,
   string version
)

Parameters

type
The type of server: ImageServer, FeatureServer, or MetaDataServer.
version
ArcMap to specify ArcMap Server, empty for ArcXML-based image services.

See Also

© 2010 All Rights Reserved.