PrinterAlertDestination Property
|
Return the AlertDestination used by the alert.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax [JsonIgnoreAttribute]
public AlertDestination Destination { get; }
<JsonIgnoreAttribute>
Public ReadOnly Property Destination As AlertDestination
Get
public:
[JsonIgnoreAttribute]
property AlertDestination^ Destination {
AlertDestination^ get ();
}
Property Value
AlertDestinationSee Also