Click or drag to resize

ConditionCondition Property

This property is the test condition.

Namespace:  MediaCy.Addins.Scripting.Workflow
Assembly:  MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
Syntax
VB
Public Property Condition As String
	Get
	Set

Property Value

Type: String

Return Value

Type: String
Remarks
The condition is a valid VB.NET expression having access to all the macro variables.
See Also