JAMS Developer Guide
IsVariableRelative Property (VariableDependency)


MVPSI.JAMS Namespace > VariableDependency Class : IsVariableRelative Property
Gets or sets a boolean that specifies if the reference to the variable that we depend on is a relative or absolute reference.
Syntax
'Declaration
 
Public Property IsVariableRelative As System.Boolean
'Usage
 
Dim instance As VariableDependency
Dim value As System.Boolean
 
instance.IsVariableRelative = value
 
value = instance.IsVariableRelative
public System.bool IsVariableRelative {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

VariableDependency Class
VariableDependency Members