JobInvocationInfo.Parameters Property

Definition

Parameters associated with this specification.

public:
 property System::Collections::Generic::List<System::Management::Automation::Runspaces::CommandParameterCollection ^> ^ Parameters { System::Collections::Generic::List<System::Management::Automation::Runspaces::CommandParameterCollection ^> ^ get(); };
public System.Collections.Generic.List<System.Management.Automation.Runspaces.CommandParameterCollection> Parameters { get; }
member this.Parameters : System.Collections.Generic.List<System.Management.Automation.Runspaces.CommandParameterCollection>
Public ReadOnly Property Parameters As List(Of CommandParameterCollection)

Property Value

Applies to