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