InstallerFile.TrackingUrl 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 URL used for tracking the current installer file.
public:
property Uri ^ TrackingUrl { Uri ^ get(); };
public Uri TrackingUrl { get; }
member this.TrackingUrl : Uri
Public ReadOnly Property TrackingUrl As Uri
Property Value
A Uri instance.