PrinterAlertDestination Property 
             | 
          
        
         
            Return the AlertDestination used by the alert.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntax[JsonIgnoreAttribute]
public AlertDestination Destination { get; }<JsonIgnoreAttribute>
Public ReadOnly Property Destination As AlertDestination
	Get
public:
[JsonIgnoreAttribute]
property AlertDestination^ Destination {
	AlertDestination^ get ();
}Property Value
Type: 
AlertDestination
See Also