ActionDefinition.PackageFamilyName 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 Package Family Name (PFN) for the app action provider app.
public:
property Platform::String ^ PackageFamilyName { Platform::String ^ get(); };
winrt::hstring PackageFamilyName();
public string PackageFamilyName { get; }
var string = actionDefinition.packageFamilyName;
Public ReadOnly Property PackageFamilyName As String
Property Value
The PFN for the app action provider app.
Remarks
For more information about Package Family Names, see Package identity overview.