JAMS 6.x Help
DependencyVariable Class
Members 


Object Model
DependencyVariable Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
Public NotInheritable Class DependencyVariable 
   Inherits Dependency
'Usage
 
Dim instance As DependencyVariable
[System.Runtime.Serialization.DataContract()]
public sealed class DependencyVariable : Dependency 
Remarks
A Variable Dependency forces a job to wait until the value of a JAMS Variable satisfies the comparison in the dependency.
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.Dependency
         MVPSI.JAMS.DependencyVariable

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

DependencyVariable Members
MVPSI.JAMS Namespace