  | RevisionIsMaxThreadingDepth Property | 
This is preliminary documentation and is subject to change.
[Missing <summary> documentation for "P:WikiClientLibrary.Flow.Revision.IsMaxThreadingDepth"]
 Namespace: WikiClientLibrary.FlowAssembly: WikiClientLibrary.Flow (in WikiClientLibrary.Flow.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic bool IsMaxThreadingDepth { get; init; }Public Property IsMaxThreadingDepth As Boolean
	Get
	Set
Dim instance As Revision
Dim value As Boolean
value = instance.IsMaxThreadingDepth
instance.IsMaxThreadingDepth = value
public:
property bool IsMaxThreadingDepth {
	bool get ();
	void set (bool value);
}member IsMaxThreadingDepth : bool with get, set
Property Value
Boolean
See Also