PrinterAlertConditionName Property 
             | 
          
        
         
            Return the AlertCondition of the alert.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax[JsonPropertyAttribute("condition")]
public string ConditionName { get; set; }<JsonPropertyAttribute("condition")>
Public Property ConditionName As String
	Get
	Setpublic:
[JsonPropertyAttribute(L"condition")]
property String^ ConditionName {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also