AutoUpdateSettingsOptions.AppInstallerUri Property

Definition

Gets or sets the a Uri object pointing to the App Installer file represented by the AppInstallerInfo object.

public:
 property Uri ^ AppInstallerUri { Uri ^ get(); void set(Uri ^ value); };
Uri AppInstallerUri();

void AppInstallerUri(Uri value);
public System.Uri AppInstallerUri { get; set; }
var uri = autoUpdateSettingsOptions.appInstallerUri;
autoUpdateSettingsOptions.appInstallerUri = uri;
Public Property AppInstallerUri As Uri

Property Value

The URI of the associated App Installer file.

Applies to