JAMS Developer Guide
Debug Property (Entry)


MVPSI.JAMS Namespace > Entry Class : Debug Property
Gets the debug mode for this run. True if this was a debug run. Debug runs don't satisfy dependencies or fire triggers.
Syntax
'Declaration
 
<System.Runtime.Serialization.DataMemberAttribute()>
Public Property Debug As System.Boolean
'Usage
 
Dim instance As Entry
Dim value As System.Boolean
 
instance.Debug = value
 
value = instance.Debug
[System.Runtime.Serialization.DataMember()]
public System.bool Debug {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

Entry Class
Entry Members