AppInstallOptions.CatalogId Property

Definition

Gets or sets the catalog ID of the app to install.

public:
 property Platform::String ^ CatalogId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CatalogId();

void CatalogId(winrt::hstring value);
public string CatalogId { get; set; }
var string = appInstallOptions.catalogId;
appInstallOptions.catalogId = string;
Public Property CatalogId As String

Property Value

String

Platform::String

winrt::hstring

The catalog ID of the app to install.

Windows requirements

App capabilities
runFullTrust

Applies to