SuspendJob.Job Property

Definition

Provides access to the Job parameter.

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

Property Value

Attributes

Applies to