ImportModuleCommand.Cmdlet Property

Definition

This patterns matching the names of cmdlets to import from the module...

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

Property Value

String[]
Attributes

Applies to