 | JobMaxSubJobDepth property |
The greatest hierarchical depth of sub-jobs in this job.
If this job has a sub-job, for example, the value is 1.
again a sub-job, then 2 etc., otherwise 0.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic int MaxSubJobDepth { get; set; }
Public Property MaxSubJobDepth As Integer
Get
Set
public:
property int MaxSubJobDepth {
int get ();
void set (int value);
}
member MaxSubJobDepth : int with get, set
Property value
Int32
See also