GetManifestCompletedEventArgs.Version Property

Definition

Gets the version of the update for the ClickOnce application.

public:
 property Version ^ Version { Version ^ get(); };
public Version Version { get; }
member this.Version : Version
Public ReadOnly Property Version As Version

Property Value

A Version representing the version number contained within the downloaded manifest.

Applies to