Click or drag to resize

PhysicalRuleRecursion Property

This value represents if the rule will be applied to this path only or to all children of the path as well.

Namespace:  DoubleTake.Common.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public RecursionMode Recursion { get; set; }

Property Value

Type: RecursionMode
The recursion mode.
See Also