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.14.1989
Syntaxpublic 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
AlertProviderGetConfiguredAlerts
Exceptions
See Also