JAMS 6.x Help
SinceIsRelative Property (DependencyRemoteJob)


Gets or Sets the "Is Relative" property. If set to true, it means SinceJobName is a relative path. Otherwise, SinceJobName is an absolute path.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property SinceIsRelative As System.Boolean
'Usage
 
Dim instance As DependencyRemoteJob
Dim value As System.Boolean
 
instance.SinceIsRelative = value
 
value = instance.SinceIsRelative
[System.ComponentModel.DefaultValue()]
public System.bool SinceIsRelative {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

DependencyRemoteJob Class
DependencyRemoteJob Members

Send Feedback