JAMS Developer Guide
WriteToHistory Property (Element)


MVPSI.JAMS Namespace > Element Class : WriteToHistory Property
When a job completes, should this element be included in the History?
Syntax
'Declaration
 
<System.Runtime.Serialization.DataMemberAttribute()>
<System.Xml.Serialization.XmlIgnoreAttribute()>
<System.ComponentModel.BrowsableAttribute(False)>
Public Property WriteToHistory As System.Boolean
'Usage
 
Dim instance As Element
Dim value As System.Boolean
 
instance.WriteToHistory = value
 
value = instance.WriteToHistory
[System.Runtime.Serialization.DataMember()]
[System.Xml.Serialization.XmlIgnore()]
[System.ComponentModel.Browsable(false)]
public System.bool WriteToHistory {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

Element Class
Element Members