DataPA Enterprise Dashboard Controls API Reference
Gets the ManagedDashboard object that this Dashboard Object belongs too.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public ManagedDashboard Dashboard { get; }
Visual Basic
Public ReadOnly Property Dashboard As ManagedDashboard
	Get
Visual C++
public:
virtual property ManagedDashboard^ Dashboard {
	ManagedDashboard^ get () sealed;
}

Property Value

Type: ManagedDashboard
The ManagedDashboard object that this Dashboard Object belongs too.

Return Value

Type: ManagedDashboard
The ManagedDashboard object that this Dashboard Object belongs too.

Remarks