ArcFM Responder Mobile Developer Guide
Server Field (QueryServiceSetting)






Name or IP of each Query Service server separated by a space.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlAttributeAttribute("server")>
Public Server As System.String
'Usage
 
Dim instance As QueryServiceSetting
Dim value As System.String
 
value = instance.Server
 
instance.Server = value
[System.Xml.Serialization.XmlAttribute("server")]
public System.string Server
public field Server: System.String; 
System.Xml.Serialization.XmlAttributeAttribute("server")
public var Server : System.String;
[System.Xml.Serialization.XmlAttribute("server")]
public: System.string* Server
[System.Xml.Serialization.XmlAttribute("server")]
public:
System.String^ Server
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QueryServiceSetting Class
QueryServiceSetting Members

Send Feedback