ProfileGetConfiguredAlerts Method
|
A list of objects detailing the alert configurations in a profile.
Namespace:
Zebra.Sdk.Device
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax public List<PrinterAlert> GetConfiguredAlerts()
Public Function GetConfiguredAlerts As List(Of PrinterAlert)
public:
virtual List<PrinterAlert^>^ GetConfiguredAlerts() sealed
Return Value
Type:
ListPrinterAlertA list of alert objects currently in a profile.
Implements
AlertProviderGetConfiguredAlertsExceptions See Also