Module.MinimumFrameworkVersion 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 the lowest version of the .NET Framework that is required by the module.
public:
virtual property Version ^ MinimumFrameworkVersion { Version ^ get(); };
public virtual Version MinimumFrameworkVersion { get; }
member this.MinimumFrameworkVersion : Version
Public Overridable ReadOnly Property MinimumFrameworkVersion As Version
Property Value
A Version that represents the minimum supported .NET Framework version.