PSModuleInfo.CompatiblePSEditions Property

Definition

Lists the PowerShell editions this module is compatible with. This should reflect the module manifest the module was loaded with, or if no manifest was given or the key was not in the manifest, this should be an empty collection. This property is never null.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ CompatiblePSEditions { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> CompatiblePSEditions { get; }
member this.CompatiblePSEditions : seq<string>
Public ReadOnly Property CompatiblePSEditions As IEnumerable(Of String)

Property Value

Applies to