NewModuleManifestCommand.CmdletsToExport Property

Definition

Gets or sets the cmdlets to export from this manifest.

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

Property Value

String[]
Attributes

Applies to