DashboardObjectAlerts Property |
|
DataPA OpenAnalytics 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 public DashboardAlerts Alerts { get; set; }
Public Property Alerts As DashboardAlerts
Get
Set
public:
virtual property DashboardAlerts^ Alerts {
DashboardAlerts^ get () sealed;
void set (DashboardAlerts^ value) sealed;
}
function get_Alerts();
function set_Alerts(value);
Property Value
Type:
DashboardAlertsThe alerts collection for this object
Return Value
Type:
DashboardAlertsThe alerts collection for this object
Remarks See Also