AppDisplayInfo.Description Property

Definition

Gets the application's description.

public:
 property Platform::String ^ Description { Platform::String ^ get(); };
winrt::hstring Description();
public string Description { get; }
var string = appDisplayInfo.description;
Public ReadOnly Property Description As String

Property Value

String

Platform::String

winrt::hstring

The description of the application as defined in the package manifest (Package.appxmanifest).

Applies to