RemoveJob.State Property

Definition

Provides access to the State parameter.

public:
 property System::Activities::InArgument<System::Management::Automation::JobState> ^ State { System::Activities::InArgument<System::Management::Automation::JobState> ^ get(); void set(System::Activities::InArgument<System::Management::Automation::JobState> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.Automation.JobState> State { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.State : System.Activities.InArgument<System.Management.Automation.JobState> with get, set
Public Property State As InArgument(Of JobState)

Property Value

Attributes

Applies to