JAMS Developer Guide
DependsOnEntry Property


MVPSI.JAMS Namespace > EntryDependency Class : DependsOnEntry Property
Gets the JAMSEntry number of the entry that we are waiting for
Syntax
'Declaration
 
Public Property DependsOnEntry As System.Integer
'Usage
 
Dim instance As EntryDependency
Dim value As System.Integer
 
instance.DependsOnEntry = value
 
value = instance.DependsOnEntry
public System.int DependsOnEntry {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

EntryDependency Class
EntryDependency Members