GetCommandCommand.ParameterType Property

Definition

The parameter that filters commands returned to only include commands that have a parameter of a type that matches one of the ParameterType's arguments.

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

Property Value

Attributes

Applies to