DataPackagePropertySetView.Title Property

Definition

Gets the text that displays as a title for the contents of the DataPackagePropertySetView object.

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

Property Value

String

Platform::String

winrt::hstring

The text that displays as a title for the contents of the DataPackagePropertySetView object.

Remarks

We recommend you get and display the title when processing a DataPackagePropertySetView object. It can help users distinguish between one share operation and another.

Applies to