JAMS Developer Guide
KeepLogs Property


MVPSI.JAMS Namespace > Job Class : KeepLogs Property
Gets or sets the KeepLogs property. When set to true, the Job's log file is kept upon completion. If specified, this overrides the default in the Job's Folder definition.
Syntax
'Declaration
 
<DynamicPropertyHelperAttribute()>
Public Property KeepLogs As System.Boolean
'Usage
 
Dim instance As Job
Dim value As System.Boolean
 
instance.KeepLogs = value
 
value = instance.KeepLogs
[DynamicPropertyHelper()]
public System.bool KeepLogs {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

Job Class
Job Members