TcpPortStatusPortName Property 
             | 
          
        
         
            The name of the protocol associated with that port, for example, HTTP for 80, FTP for 21.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntaxpublic string PortName { get; }Public ReadOnly Property PortName As String
	Get
public:
property String^ PortName {
	String^ get ();
}Property Value
Type: 
String
See Also