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