UserPreferencesAlerts Property |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<Alert> Alerts { get; set; }
Public Property Alerts As List(Of Alert)
Get
Set
public:
virtual property List<Alert^>^ Alerts {
List<Alert^>^ get () sealed;
void set (List<Alert^>^ value) sealed;
}
function get_Alerts();
function set_Alerts(value);
Property Value
Type:
ListAlertSee Also