DashboardAlertAlertType Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if this is a query or dashboard object alert
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardAlertAlertTypeEnum AlertType { get; }
Public ReadOnly Property AlertType As DashboardAlertAlertTypeEnum
Get
public:
virtual property DashboardAlertAlertTypeEnum AlertType {
DashboardAlertAlertTypeEnum get () sealed;
}
function get_AlertType();
Property Value
Type:
DashboardAlertAlertTypeEnumA value that indicates if this is a query or dashboard object alert
Return Value
Type:
DashboardAlertAlertTypeEnumA value that indicates if this is a query or dashboard object alert
Remarks See Also