Job2.StartParameters 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.
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)