AllJoynAboutData.Descriptions 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 app description strings.

public:
 property IMap<Platform::String ^, Platform::String ^> ^ Descriptions { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Descriptions();
/// [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&> Descriptions();
public IDictionary<string,string> Descriptions { get; }
public IDictionary<string,string> Descriptions { [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.descriptions;
Public ReadOnly Property Descriptions As IDictionary(Of String, String)

Property Value

IMap<String,String>

IDictionary<String,String>

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

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

The app description.

Attributes

Windows requirements

App capabilities
allJoyn

Remarks

By default the returned value contains a single string pair.

Applies to