PrinterAlertQuelling Property
|
Return the quelling state of the alert.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax [JsonPropertyAttribute("quelling")]
public bool Quelling { get; set; }
<JsonPropertyAttribute("quelling")>
Public Property Quelling As Boolean
Get
Set
public:
[JsonPropertyAttribute(L"quelling")]
property bool Quelling {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also