Share via


StoreQueueItem.PackageFamilyName Property

Definition

Gets the package family name of the current package in the queue.

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

Property Value

String

Platform::String

winrt::hstring

The package family name of the current package in the queue.

Applies to

See also