PSModuleInfo.CompatiblePSEditions 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.
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)