ForEachObject Class

Definition

Activity to invoke the Microsoft.PowerShell.Core\ForEach-Object command in a Workflow.

public sealed class ForEachObject : Microsoft.PowerShell.Activities.PSActivity
Inheritance

Inherited Members

Microsoft.PowerShell.Activities.PipelineEnabledActivity

Microsoft.PowerShell.Activities.PSActivity

Constructors

ForEachObject()

Gets the display name of the command invoked by this activity.

Properties

ArgumentList

Provides access to the ArgumentList parameter.

Begin

Provides access to the Begin parameter.

End

Provides access to the End parameter.

InputObject

Provides access to the InputObject parameter.

MemberName

Provides access to the MemberName parameter.

Process

Provides access to the Process parameter.

PSCommandName

Gets the fully qualified name of the command invoked by this activity.

RemainingScripts

Provides access to the RemainingScripts parameter.