PrinterAlertOnClear Property
|
Return alert will be triggered on 'clear'.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax [JsonPropertyAttribute("onClear")]
public bool OnClear { get; set; }
<JsonPropertyAttribute("onClear")>
Public Property OnClear As Boolean
Get
Set
public:
[JsonPropertyAttribute(L"onClear")]
property bool OnClear {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also