JAMS 6.x Help
DependsOnJAMSEntry Property


Gets the DependsOnJAMSEntry property. The value returned here will be the Job in the schedule which must complete before this dependency is satisified.
Syntax
'Declaration
 
<System.ComponentModel.ReadOnlyAttribute(True)>
Public Property DependsOnJAMSEntry As System.Integer
'Usage
 
Dim instance As CurDependencyEntry
Dim value As System.Integer
 
instance.DependsOnJAMSEntry = value
 
value = instance.DependsOnJAMSEntry
[System.ComponentModel.ReadOnly(true)]
public System.int DependsOnJAMSEntry {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

CurDependencyEntry Class
CurDependencyEntry Members

Send Feedback