ConnectionHost Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the Host of this connection
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Host { get; set; }
Public Property Host As String
Get
Set
public:
virtual property String^ Host {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Host();
function set_Host(value);
Property Value
Type:
StringThe Host of this connection
Return Value
Type:
StringThe Host of this connection
Remarks See Also