GetCommandCommand.ParameterName Property

Definition

The parameter that filters commands returned to only include commands that have a parameter with a name that matches one of the ParameterName's arguments.

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

Property Value

String[]
Attributes

Applies to