SuspendJob.JobId Property

Definition

Provides access to the JobId parameter.

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

Property Value

Attributes

Applies to