JAMS Developer Guide
Condition Enumeration


MVPSI.JAMS Namespace : Condition Enumeration
Conditions that can be tested.
Syntax
'Declaration
 
Public Enum Condition 
   Inherits System.Enum
'Usage
 
Dim instance As Condition
public enum Condition : System.Enum 
Members
MemberDescription
ChangedThe value changed
EqualEqual to
FalseFalse
GreaterThanGreater than
GreaterThanEqualGreater than or equal to
LessThanLess than
LessThanEqualLess than or equal to
NotEqualNot equal
TrueTrue
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.Condition

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

MVPSI.JAMS Namespace