ApplyToChainedExecution Property
In This Topic
Determines whether the Exclusion Period applies when the job is run as part of a chain (through a
JobControlAction or
JobTrigger
Syntax
'Declaration
Public Property ApplyToChainedExecution As Boolean
public bool ApplyToChainedExecution {get; set;}
public:
property bool ApplyToChainedExecution {
bool get();
void set ( bool value);
}
See Also