DashboardAlertsCount Property |
|
DataPA OpenAnalytics API Reference
Gets the number of DashboardAlerts in this collection.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public int Count { get; }
Public ReadOnly Property Count As Integer
Get
public:
virtual property int Count {
int get () sealed;
}
Return Value
Type:
Int32The number of DashboardAlerts in this collection.
Remarks See Also