 | SphinxQLConnectionStringBuilderHost Property |
Gets or sets the host of the instance of Sphinx to connect to.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntaxpublic string Host { get; set; }
Public Property Host As String
Get
Set
Property Value
Type:
StringThe value of the Host property, or
localhost if none has been supplied.
See Also