TcpConnectionAddress Property 
             | 
          
        
         
            Returns the address which was passed into the constructor.
            
 
    Namespace: 
   Zebra.Sdk.Comm
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic string Address { get; }Public ReadOnly Property Address As String
	Get
public:
virtual property String^ Address {
	String^ get () sealed;
}Return Value
Type: 
Stringthe address used to establish this connection. This can be either a DNS Hostname or an IP address.
Implements
IpAddressableAddress
See Also