AllJoynAboutData.DefaultDescription 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.

The default description of the app. This property is a shortcut to the entry in the Descriptions property for the DefaultLanguage.

public:
 property Platform::String ^ DefaultDescription { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DefaultDescription();

void DefaultDescription(winrt::hstring value);
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
winrt::hstring DefaultDescription();

void DefaultDescription(winrt::hstring value);
public string DefaultDescription { get; set; }
public string DefaultDescription { [Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] set; }
var string = allJoynAboutData.defaultDescription;
allJoynAboutData.defaultDescription = string;
Public Property DefaultDescription As String

Property Value

String

Platform::String

winrt::hstring

The app description.

Attributes

Windows requirements

App capabilities
allJoyn

Remarks

By default the returned value is pulled from either the "Description" field in a UWP app's app manifest, or FileDescription property of the EXE in a Desktop app.

Applies to