ApplyToManualExecution Property
In This Topic
Determines whether the Exclusion Period applies when the job is run manually using ExecuteJob.
Syntax
'Declaration
Public Property ApplyToManualExecution As Boolean
public bool ApplyToManualExecution {get; set;}
public:
property bool ApplyToManualExecution {
bool get();
void set ( bool value);
}
See Also