ImportSystemArgscHost Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains the system host.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string cHost { get; set; }
Public Property cHost As String
Get
Set
public:
virtual property String^ cHost {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_cHost();
function set_cHost(value);
Property Value
Type:
StringA property that contains the system host.
Return Value
Type:
StringA property that contains the system host.
Remarks See Also