NewModuleManifestCommand.ClrVersion 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 CLR version required by the module.
public:
property Version ^ ClrVersion { Version ^ get(); void set(Version ^ value); };
public Version ClrVersion { get; set; }
[System.Management.Automation.Parameter]
public Version ClrVersion { get; set; }
member this.ClrVersion : Version with get, set
[<System.Management.Automation.Parameter>]
member this.ClrVersion : Version with get, set
Public Property ClrVersion As Version
Property Value
- Attributes