Click or drag to resize

DiscoveredPrinter.DiscoveryDataMap 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.14.1989
Syntax
public Dictionary<string, string> DiscoveryDataMap { get; }

Return Value

Type: Dictionary<String, String>
Dictionary<TKey, 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