AutoUpdateSettingsOptions.DependencyPackageUris Property

Definition

Gets a read-only list of Uri objects pointing to the dependency packages that are required for successful deployment of the related set.

public:
 property IVector<Uri ^> ^ DependencyPackageUris { IVector<Uri ^> ^ get(); };
IVector<Uri> DependencyPackageUris();
public IList<System.Uri> DependencyPackageUris { get; }
var iVector = autoUpdateSettingsOptions.dependencyPackageUris;
Public ReadOnly Property DependencyPackageUris As IList(Of Uri)

Property Value

The list of dependency packages.

Remarks

This property is equivalent to the AutomaticBackgroundTask element of the App Installer file schema.

Applies to