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


MVPSI.JAMS Namespace > VariableDependency Class > VariableDependency Constructor : VariableDependency Constructor(String,Condition,String)
Create a VariableDependency 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 VariableDependency(variableName, comparison, value)
public VariableDependency( 
   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

VariableDependency Class
VariableDependency Members
Overload List