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