Command.Parameters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.