DashboardObjectDashboard Property |
|
DataPA OpenAnalytics API Reference
Gets the ManagedDashboard object that this Dashboard Object belongs too.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public ManagedDashboard Dashboard { get; }
Public ReadOnly Property Dashboard As ManagedDashboard
Get
public:
virtual property ManagedDashboard^ Dashboard {
ManagedDashboard^ get () sealed;
}
function get_Dashboard();
Property Value
Type:
ManagedDashboardThe ManagedDashboard object that this Dashboard Object belongs too.
Return Value
Type:
ManagedDashboardThe ManagedDashboard object that this Dashboard Object belongs too.
Remarks See Also