AutoUpdateSettingsOptions.UpdateUris 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 a read-only list of Uri objects pointing to App Installer files for updating an installation.
public:
property IVector<Uri ^> ^ UpdateUris { IVector<Uri ^> ^ get(); };
IVector<Uri> UpdateUris();
public IList<System.Uri> UpdateUris { get; }
var iVector = autoUpdateSettingsOptions.updateUris;
Public ReadOnly Property UpdateUris As IList(Of Uri)
Property Value
This list of update URIs.
Remarks
An app may specify from 1 to 10 update URIs.