In This Topic
Waits for the specified number of seconds after the file was last modified before triggering the job.
Syntax
'Declaration
Public Property TriggerDelay As Integer
public int TriggerDelay {get; set;}
public:
property int TriggerDelay {
int get();
void set ( int value);
}
See Also