DataPA Enterprise Dashboard Controls API Reference
Gets and sets the parent DashboardObject object.

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

Syntax

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

Property Value

Type: DashboardObject
If this is a Object alert, the parent DashboardObject object.

Return Value

Type: DashboardObject
If this is a Object alert, the parent DashboardObject object.

Implements

DashboardAlert..::.._DashboardAlert..::..ParentObject

Remarks

Returns nothing if this alert is parented to a query

See Also