DataPackagePropertySet.ApplicationName Property

Definition

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

public:
 property Platform::String ^ ApplicationName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ApplicationName();

void ApplicationName(winrt::hstring value);
public string ApplicationName { get; set; }
var string = dataPackagePropertySet.applicationName;
dataPackagePropertySet.applicationName = string;
Public Property ApplicationName As String

Property Value

String

Platform::String

winrt::hstring

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

Applies to