AppUpdateOptions.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 be queried for updates.
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 = appUpdateOptions.catalogId;
appUpdateOptions.catalogId = string;
Public Property CatalogId As String
Property Value
The catalog ID of the app to be queried for updates.
Windows requirements
App capabilities |
runFullTrust
|