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