JAMS 6.x Help
FilePresence Property (TriggerEventFile)


Gets or Sets the Comparision Condition property. This is the boolean operator used to define how the comparison will be performed.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlAttributeAttribute("filepresence")>
Public Property FilePresence As FilePresence
'Usage
 
Dim instance As TriggerEventFile
Dim value As FilePresence
 
instance.FilePresence = value
 
value = instance.FilePresence
[System.Xml.Serialization.XmlAttribute("filepresence")]
public FilePresence FilePresence {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

TriggerEventFile Class
TriggerEventFile Members