PrinterAlertCondition Property 
             | 
          
        
         
            Gets the current alert condition.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntax[JsonIgnoreAttribute]
public AlertCondition Condition { get; }<JsonIgnoreAttribute>
Public ReadOnly Property Condition As AlertCondition
	Get
public:
[JsonIgnoreAttribute]
property AlertCondition^ Condition {
	AlertCondition^ get ();
}Property Value
Type: 
AlertCondition
See Also