Job2.StartParameters Property

Definition

Parameters to be used to start a job. This is a property because CommandParameterCollection does not have a public constructor. Hence the infrastructure creates an instance and provides it for the implementations to use.

public:
 property System::Collections::Generic::List<System::Management::Automation::Runspaces::CommandParameterCollection ^> ^ StartParameters { System::Collections::Generic::List<System::Management::Automation::Runspaces::CommandParameterCollection ^> ^ get(); void set(System::Collections::Generic::List<System::Management::Automation::Runspaces::CommandParameterCollection ^> ^ value); };
public System.Collections.Generic.List<System.Management.Automation.Runspaces.CommandParameterCollection> StartParameters { get; set; }
member this.StartParameters : System.Collections.Generic.List<System.Management.Automation.Runspaces.CommandParameterCollection> with get, set
Public Property StartParameters As List(Of CommandParameterCollection)

Property Value

Applies to