QueryDatasetDashboardQueryID Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the ID of the dashboard query that this dataset belongs to
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string DashboardQueryID { get; set; }
Public Property DashboardQueryID As String
Get
Set
public:
virtual property String^ DashboardQueryID {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_DashboardQueryID();
function set_DashboardQueryID(value);
Return Value
Type:
StringThe ID of the dashboard query that this dataset belongs to
Implements
QueryDataset_QueryDatasetDashboardQueryIDSee Also