Delen via


ThrottledParallelForEach<T>.Body Property

Definition

Gets or sets the actions to be invoked in parallel

public:
 property System::Activities::ActivityAction<T> ^ Body { System::Activities::ActivityAction<T> ^ get(); void set(System::Activities::ActivityAction<T> ^ value); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DefaultValue(null)]
public System.Activities.ActivityAction<T> Body { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.DefaultValue(null)>]
member this.Body : System.Activities.ActivityAction<'T> with get, set
Public Property Body As ActivityAction(Of T)

Property Value

Attributes

Applies to