IFeatureActivationDependency.MinimumVersion Property

Definition

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.

Applies to