PrinterAlertOnSet Property
|
Return true if the alert is fired when 'set'.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax [JsonPropertyAttribute("onSet")]
public bool OnSet { get; set; }
<JsonPropertyAttribute("onSet")>
Public Property OnSet As Boolean
Get
Set
public:
[JsonPropertyAttribute(L"onSet")]
property bool OnSet {
bool get ();
void set (bool value);
}
Property Value
BooleanSee Also