SharedPackageContainerMember.PackageFamilyName Property

Definition

Gets the package family name of the package container member.

public:
 property Platform::String ^ PackageFamilyName { Platform::String ^ get(); };
winrt::hstring PackageFamilyName();
public string PackageFamilyName { get; }
var string = sharedPackageContainerMember.packageFamilyName;
Public ReadOnly Property PackageFamilyName As String

Property Value

String

Platform::String

winrt::hstring

The family name.

Remarks

A single package family can only be added to one shared package container at a time.

Applies to