JAMS 6.x Help
SnapshotSource Property


When set to true, a snapshot of the Job's source is taken at submit time and used for the Job's execution.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlAttributeAttribute("snapshotSource")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property SnapshotSource As System.Boolean
'Usage
 
Dim instance As Method
Dim value As System.Boolean
 
instance.SnapshotSource = value
 
value = instance.SnapshotSource
[System.Xml.Serialization.XmlAttribute("snapshotSource")]
[System.ComponentModel.DefaultValue()]
public System.bool SnapshotSource {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

Method Class
Method Members