Click or drag to resize

ForEachInput Property

Input.Value object implementing the IList interface, whose elements will be processed by the loop body.

Namespace:  MediaCy.Commands.Workflow
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Property Input As McCommandInputArgument
	Get
	Set

Property Value

Type: McCommandInputArgument

Return Value

Type: McCommandInputArgument
Remarks
If Input.Value is not an Ilist, a single iteration is performed on its value.
See Also