AppInstallOptions.CatalogId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The catalog ID of the app to install.
Windows requirements
App capabilities |
runFullTrust
|