ClientConfigDataLocation Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the data location
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.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