PackageId.FamilyName 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 family name of the package.
public:
property Platform::String ^ FamilyName { Platform::String ^ get(); };
winrt::hstring FamilyName();
public string FamilyName { get; }
var string = packageId.familyName;
Public ReadOnly Property FamilyName As String
Property Value
The family name.