LauncherOptions.TargetApplicationPackageFamilyName Property

Definition

The package family name of the target package that should be used to launch a file or URI. This property is optional.

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

void TargetApplicationPackageFamilyName(winrt::hstring value);
public string TargetApplicationPackageFamilyName { get; set; }
var string = launcherOptions.targetApplicationPackageFamilyName;
launcherOptions.targetApplicationPackageFamilyName = string;
Public Property TargetApplicationPackageFamilyName As String

Property Value

String

Platform::String

winrt::hstring

The package family name of the target package that should be used to launch a file or URI. This property is optional.

Remarks

An application's PackageFamilyName can be obtained via the PackageID class

A PackageFamilyName can vary depending on how an application has been published, but it will generally follow the form of [package name]_[publisher_id]. For example, an unpublished app has a family name similar to c04742a8-1c87-41c1-b951-cc6e6f353400_g3nsfcgfwzqga

Applies to