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.Printer
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
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
Type:
StringSee Also