Command.Parameters Property

Definition

Gets the set of parameters for this command.

public:
 property System::Management::Automation::Runspaces::CommandParameterCollection ^ Parameters { System::Management::Automation::Runspaces::CommandParameterCollection ^ get(); };
public System.Management.Automation.Runspaces.CommandParameterCollection Parameters { get; }
member this.Parameters : System.Management.Automation.Runspaces.CommandParameterCollection
Public ReadOnly Property Parameters As CommandParameterCollection

Property Value

Remarks

This property is used to add positional or named parameters to the command.

Applies to