PrinterAlertQuelling Property 
             | 
          
        
         
            Return the quelling state of the alert.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax[JsonPropertyAttribute("quelling")]
public bool Quelling { get; set; }<JsonPropertyAttribute("quelling")>
Public Property Quelling As Boolean
	Get
	Setpublic:
[JsonPropertyAttribute(L"quelling")]
property bool Quelling {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also