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.13.898
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