IFeatureActivationDependency.MinimumVersion 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 minimum version of the dependent feature that must be installed for this feature to function correctly.
public:
property Version ^ MinimumVersion { Version ^ get(); void set(Version ^ value); };
public Version MinimumVersion { get; set; }
member this.MinimumVersion : Version with get, set
Public Property MinimumVersion As Version
Property Value
A value representing the minimum version required by the feature.