DataPA Enterprise Dashboard Controls API Reference
Gets and sets the alerts collection for this object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public DashboardAlerts Alerts { get; set; } |
| Visual Basic |
|---|
Public Property Alerts As DashboardAlerts
Get
Set |
| Visual C++ |
|---|
public:
virtual property DashboardAlerts^ Alerts {
DashboardAlerts^ get () sealed;
void set (DashboardAlerts^ value) sealed;
} |
Property Value
Type:
DashboardAlertsThe alerts collection for this object
Return Value
Type:
DashboardAlertsThe alerts collection for this object
Remarks
See Also