PSModuleInfo.ExportedCmdlets Property

Definition

Lists the functions exported by this module...

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::CmdletInfo ^> ^ ExportedCmdlets { System::Collections::Generic::Dictionary<System::String ^, System::Management::Automation::CmdletInfo ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,System.Management.Automation.CmdletInfo> ExportedCmdlets { get; }
member this.ExportedCmdlets : System.Collections.Generic.Dictionary<string, System.Management.Automation.CmdletInfo>
Public ReadOnly Property ExportedCmdlets As Dictionary(Of String, CmdletInfo)

Property Value

Applies to