IVersionRange.EndVersion 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 or sets the ending version (exclusive) of features for which the upgrade actions are executed.
public:
property Version ^ EndVersion { Version ^ get(); void set(Version ^ value); };
public Version EndVersion { get; set; }
member this.EndVersion : Version with get, set
Public Property EndVersion As Version
Property Value
A value representing the feature ending version.