JAMS Developer Guide
WriteToEntry Property (Element)


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