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