PrinterAlertOnSet Property 
             | 
          
        
         
            Return true if the alert is fired when 'set'.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax[JsonPropertyAttribute("onSet")]
public bool OnSet { get; set; }<JsonPropertyAttribute("onSet")>
Public Property OnSet As Boolean
	Get
	Setpublic:
[JsonPropertyAttribute(L"onSet")]
property bool OnSet {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
See Also