JAMS Developer Guide
FileWatchAgent Property (FileDependency)


MVPSI.JAMS Namespace > FileDependency Class : FileWatchAgent Property
Gets or sets the JAMS Agent that should be used to watch for this file.
Syntax
'Declaration
 
Public Property FileWatchAgent As Agent
'Usage
 
Dim instance As FileDependency
Dim value As Agent
 
instance.FileWatchAgent = value
 
value = instance.FileWatchAgent
public Agent FileWatchAgent {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

FileDependency Class
FileDependency Members