QueryStoredData Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a string that can be used to store any data string in this query
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string StoredData { get; set; }
Public Property StoredData As String
Get
Set
public:
virtual property String^ StoredData {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_StoredData();
function set_StoredData(value);
Property Value
Type:
StringA string that can be used to store any data string in this query
See Also