ApplicationDeployment.UpdateLocation 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 the Web site or file share from which this application updates itself.
public:
property Uri ^ UpdateLocation { Uri ^ get(); };
public Uri UpdateLocation { get; }
member this.UpdateLocation : Uri
Public ReadOnly Property UpdateLocation As Uri
Property Value
The update path, expressed as an HTTP, HTTPS, or file URL; or as a Windows network file path (UNC).
Remarks
UpdateLocation may be different from the Web site used to download the application initially if the application's deployment is configured to use update redirection.
This value can be changed only in the application's deployment manifest.