DiscoveredPrinterDiscoveryDataMap Property
|
Returna a Dictionary of all settings obtained via the chosen discovery method.
Namespace:
Zebra.Sdk.Printer.Discovery
Assembly:
SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntax public Dictionary<string, string> DiscoveryDataMap { get; }
Public ReadOnly Property DiscoveryDataMap As Dictionary(Of String, String)
Get
public:
property Dictionary<String^, String^>^ DiscoveryDataMap {
Dictionary<String^, String^>^ get ();
}
Return Value
Type:
DictionaryString,
StringDictionaryTKey, TValue containing available attributes of the discovered printer.
Remarks
The names of the settings will vary depending upon the type of connection to the printer. The following example
shows how to list all the properties of the discovered printer with the respective value.
See Also