DataPackagePropertySetView.ApplicationName Property

Definition

Gets the name of the app that created the DataPackage object.

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

Property Value

String

Platform::String

winrt::hstring

The name of the app that created the DataPackage object.

Applies to