  | SphinxQLConnectionServerVersion Property  | 
            Gets a string that represents the version of the server to which the object is connected.
            
 
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic override string ServerVersion { get; }Public Overrides ReadOnly Property ServerVersion As String
	Get
Property Value
Type: 
StringReturn Value
Type: 
String
            The version of Sphinx to which the object is connected.
            
See Also