NewModuleManifestCommand.CompatiblePSEditions Property

Definition

Gets or sets the compatible PSEditions of this module.

public:
 property cli::array <System::String ^> ^ CompatiblePSEditions { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
 property Platform::Array <Platform::String ^> ^ CompatiblePSEditions { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] CompatiblePSEditions { get; set; }
[System.Management.Automation.AllowEmptyCollection]
[System.Management.Automation.Parameter]
[System.Management.Automation.ValidateSet(new System.String[] { "Desktop", "Core" })]
public string[] CompatiblePSEditions { get; set; }
member this.CompatiblePSEditions : string[] with get, set
[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.Parameter>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Desktop", "Core" })>]
member this.CompatiblePSEditions : string[] with get, set
Public Property CompatiblePSEditions As String()

Property Value

String[]
Attributes

Applies to