DataPackagePropertySetView.Description Property

Definition

Gets the text that describes the contents of the DataPackage.

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

Property Value

String

Platform::String

winrt::hstring

Text that describes the contents of the DataPackage.

Applies to