JAMS 6.x Help
SetupNameIsRelative Property (TriggerEventSetup)


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

TriggerEventSetup Class
TriggerEventSetup Members

Send Feedback