ApplicationDataLocation Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the data location
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string DataLocation { get; set; }
Public Property DataLocation As String
Get
Set
public:
virtual property String^ DataLocation {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_DataLocation();
function set_DataLocation(value);
Property Value
Type:
StringThe data location
Return Value
Type:
StringThe data location
Remarks See Also