DataPackagePropertySetView.PackageFamilyName Property

Definition

Gets the package family name of the source app.

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

Property Value

String

Platform::String

winrt::hstring

The package family name.

Applies to