PrinterAlertOnClear Property
|
Return alert will be triggered on 'clear'.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
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
BooleanSee Also