PrinterAlertQuelling Property
|
Return the quelling state of the alert.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
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
BooleanSee Also