JAMS 6.x Help
CompareCondition Property (TriggerEventVariable)


Gets or Sets the Comparision Condition property. This is the boolean operator used to define how the comparison will be performed.
Syntax
'Declaration
 
Public Property CompareCondition As Condition
'Usage
 
Dim instance As TriggerEventVariable
Dim value As Condition
 
instance.CompareCondition = value
 
value = instance.CompareCondition
public Condition CompareCondition {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TriggerEventVariable Class
TriggerEventVariable Members

Send Feedback