Share via


ForEachObject.End Property

Definition

Provides access to the End parameter.

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

Property Value

Attributes

Applies to