JAMS Developer Guide
VariableReference Constructor(Variable,Boolean)


MVPSI.JAMS Namespace > VariableReference Class > VariableReference Constructor : VariableReference Constructor(Variable,Boolean)
Initializes a variable reference from a variable object and sets whether the name is relative or not.
Syntax
'Declaration
 
Public Function New( _
   ByVal variable As Variable, _
   Optional ByVal isRelative As System.Boolean _
)
'Usage
 
Dim variable As Variable
Dim isRelative As System.Boolean
 
Dim instance As New VariableReference(variable, isRelative)
public VariableReference( 
   Variable variable,
   System.bool isRelative
)

Parameters

variable
isRelative
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

VariableReference Class
VariableReference Members
Overload List