Share via


Module.MinimumFrameworkVersion Property

Definition

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.

Applies to