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.14.1869
Syntax[JsonPropertyAttribute("destinationAddress")]
public string DestinationAddress { get; set; }<JsonPropertyAttribute("destinationAddress")>
Public Property DestinationAddress As String
	Get
	Setpublic:
[JsonPropertyAttribute(L"destinationAddress")]
property String^ DestinationAddress {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
String
See Also