DataPackagePropertySet.ApplicationName 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 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
Specifies the name of the app that created the DataPackage object.