DiscoveredPrinterNetwork Constructor (DictionaryString, String)
             | 
          
        
         
            Returns an instance of a DiscoveredPrinterNetwork built using the provided attributes.
            
 
    Namespace: 
   Zebra.Sdk.Printer.Discovery
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntaxpublic DiscoveredPrinterNetwork(
	Dictionary<string, string> attributes
)
Public Sub New ( 
	attributes As Dictionary(Of String, String)
)
public:
DiscoveredPrinterNetwork(
	Dictionary<String^, String^>^ attributes
)
Parameters
- attributes
 - Type: System.Collections.GenericDictionaryString, String
A map of attributes associated with the discovered network printer 
See Also