ESRI.ArcGIS.ADF.Connection
ServerType Property
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF.Connection Namespace > Connection Class : ServerType Property




Type of Server that this connection is for (e.g. ArcGIS, ArcIMS).

Syntax

Visual Basic (Declaration) 
Public Property ServerType As String
Visual Basic (Usage)Copy Code
Dim instance As Connection
Dim value As String
 
instance.ServerType = value
 
value = instance.ServerType
C# 
public string ServerType {get; set;}

See Also

© 2010 All Rights Reserved.