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