IpAddressablePortNumber Property
|
Returns the port number which was passed into the constructor.
Namespace:
Zebra.Sdk.Comm
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax string PortNumber { get; }
ReadOnly Property PortNumber As String
Get
property String^ PortNumber {
String^ get ();
}
Return Value
Type:
Stringthe port number associated with the connection.
See Also