DataPackagePropertySetView.Title Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.