DataPA Enterprise Dashboard Controls API Reference

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

Syntax

C#
DashboardAlerts Parent { get; set; }
Visual Basic
Property Parent As DashboardAlerts
	Get
	Set
Visual C++
property DashboardAlerts^ Parent {
	DashboardAlerts^ get ();
	void set (DashboardAlerts^ value);
}

Property Value

Type: DashboardAlerts

See Also