Click or drag to resize

McCommandIsCompound Property

Returns True if this command is made of multiple child commands.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Overridable ReadOnly Property IsCompound As Object
	Get

Property Value

Type: Object

Return Value

Type: Object
Remarks
Compount command examples are scripts, loop, tests and other workflow commands.
See Also