JAMS Developer Guide
SinceJobId Property


MVPSI.JAMS Namespace > JobDependency Class : SinceJobId Property
Gets or sets the ID of the job which defines the "since time" for this dependency.
Syntax
'Declaration
 
Public Property SinceJobId As System.Integer
'Usage
 
Dim instance As JobDependency
Dim value As System.Integer
 
instance.SinceJobId = value
 
value = instance.SinceJobId
public System.int SinceJobId {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

JobDependency Class
JobDependency Members