DashboardObjectDashboardQuery Property |
|
DataPA OpenAnalytics API Reference
Gets a property that is the DashboardQuery object associated with this DashboardObject.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardQuery DashboardQuery { get; }
Public ReadOnly Property DashboardQuery As DashboardQuery
Get
public:
virtual property DashboardQuery^ DashboardQuery {
DashboardQuery^ get () sealed;
}
function get_DashboardQuery();
Property Value
Type:
DashboardQueryDashboardQuery object associated with this DashboardObject.
Return Value
Type:
DashboardQueryGets a property that is the DashboardQuery object associated with this DashboardObject.DashboardQuery object associated with this DashboardObject.
Remarks See Also