PrinterAlertDestinationAddress Property
|
Return the destination where the alert should be sent, for example, an IP Address or an email address, depending
on the value of getDestinationAsSGDString.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
Syntax [JsonPropertyAttribute("destinationAddress")]
public string DestinationAddress { get; set; }
<JsonPropertyAttribute("destinationAddress")>
Public Property DestinationAddress As String
Get
Set
public:
[JsonPropertyAttribute(L"destinationAddress")]
property String^ DestinationAddress {
String^ get ();
void set (String^ value);
}
Property Value
StringSee Also