PrinterAlertPort Property
|
Return the destination port number where the alert should be sent.
Namespace:
Zebra.Sdk.Printer
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax [JsonPropertyAttribute("port")]
public int Port { get; set; }
<JsonPropertyAttribute("port")>
Public Property Port As Integer
Get
Set
public:
[JsonPropertyAttribute(L"port")]
property int Port {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also