 | JobCunningMaxSubJobDepth property |
The highest hierarchy depth of sub-JobLists for this JobList.
If, for example, this JobList does not have a subordinate JobList, then
MaxSubJobDepth = 0, for a Sub-JobList, which in turn contains a
Sub-JobList, MaxSubJobDepth = 2.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic int MaxSubJobDepth { get; }
Public ReadOnly Property MaxSubJobDepth As Integer
Get
public:
property int MaxSubJobDepth {
int get ();
}
member MaxSubJobDepth : int with get
Property value
Int32
See also