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