DataPA Enterprise Dashboard Controls API Reference
Gets and sets the Query object this DashboardQuery is based on.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public Query Query { get; set; } |
| Visual Basic |
|---|
Public Property Query As Query
Get
Set |
| Visual C++ |
|---|
public:
virtual property Query^ Query {
Query^ get () sealed;
void set (Query^ value) sealed;
} |
Property Value
Type:
QueryReturn Value
Type:
QueryThe Query object this DashboardQuery is based on.
Remarks
See Also