JAMS 6.x Help
SinceIsRelative Property (DependencySetup)


Gets or Sets the "Is Relative" property. If set to true, it means SinceSetupName is a relative path. Otherwise, SinceSetupName is an absolute path.
Syntax
'Declaration
 
Public Property SinceIsRelative As System.Boolean
'Usage
 
Dim instance As DependencySetup
Dim value As System.Boolean
 
instance.SinceIsRelative = value
 
value = instance.SinceIsRelative
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

DependencySetup Class
DependencySetup Members