Package.Description Property

Definition

Gets the description of the package.

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

Property Value

String

Platform::String

winrt::hstring

The description of the package.

Remarks

On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by Package.Current, otherwise Description will return an empty string.

Applies to

See also