ModuleSpecification.RequiredVersion 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.
The exact version of the module if specified, otherwise null.
public:
property Version ^ RequiredVersion { Version ^ get(); };
public Version RequiredVersion { get; }
member this.RequiredVersion : Version
Public ReadOnly Property RequiredVersion As Version