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