JAMS Developer Guide
VariableTrigger Constructor(String,Condition,String)


MVPSI.JAMS Namespace > VariableTrigger Class > VariableTrigger Constructor : VariableTrigger Constructor(String,Condition,String)
Create a VariableTrigger element that depends on the value of the specified variable.
Syntax
'Declaration
 
Public Function New( _
   ByVal variableName As System.String, _
   ByVal comparison As Condition, _
   Optional ByVal value As System.String _
)
'Usage
 
Dim variableName As System.String
Dim comparison As Condition
Dim value As System.String
 
Dim instance As New VariableTrigger(variableName, comparison, value)
public VariableTrigger( 
   System.string variableName,
   Condition comparison,
   System.string value
)

Parameters

variableName
comparison
value
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

VariableTrigger Class
VariableTrigger Members
Overload List