JAMS Developer Guide
WriteToHistory Property (PropertyDefinition)


MVPSI.JAMS Namespace > PropertyDefinition Class : WriteToHistory Property
Specifies if this property should be written to History Properties when the job is submitted.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Should this property be written to History Properties when the job is submitted?")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property WriteToHistory As System.Boolean
'Usage
 
Dim instance As PropertyDefinition
Dim value As System.Boolean
 
instance.WriteToHistory = value
 
value = instance.WriteToHistory
[System.ComponentModel.Description("Should this property be written to History Properties when the job is submitted?")]
[System.ComponentModel.DefaultValue()]
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

PropertyDefinition Class
PropertyDefinition Members