PackageId.FamilyName Property

Definition

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

String

Platform::String

winrt::hstring

The family name.

Applies to

See also