PrinterAlertPort Property
|
Return the destination port number where the alert should be sent.
Namespace: Zebra.Sdk.PrinterAssembly: SdkApi.Core (in SdkApi.Core.dll) Version: 3.0.3271
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
Int32See Also