AllJoynAboutData.Manufacturers Property

Definition

Important

The types in the Windows.Devices.AllJoyn namespace are deprecated, and might not be available in future versions of Windows. AllJoyn—sponsored by AllSeen Alliance—was an open-source discovery and communication protocol for Internet of Things (IoT) scenarios such as turning lights on and off, and reading temperatures. For alternatives, such as IoTivity Lite and IoTivity, refer to the iotivity.org website.

A collection of language-specific manufacturer name strings.

public:
 property IMap<Platform::String ^, Platform::String ^> ^ Manufacturers { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Manufacturers();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
IMap<winrt::hstring, winrt::hstring const&> Manufacturers();
public IDictionary<string,string> Manufacturers { get; }
public IDictionary<string,string> Manufacturers { [Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var iMap = allJoynAboutData.manufacturers;
Public ReadOnly Property Manufacturers As IDictionary(Of String, String)

Property Value

IMap<String,String>

IDictionary<String,String>

IMap<Platform::String,Platform::String>

IMap<winrt::hstring,winrt::hstring>

The manufacturer name in each supported language.

Attributes

Windows requirements

App capabilities
allJoyn

Remarks

By default the value returned contains a single string pair.

Applies to