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