|
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.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic RecursionMode Recursion { get; set; }
Public Property Recursion As RecursionMode
Get
Set
public:
property RecursionMode Recursion {
RecursionMode get ();
void set (RecursionMode value);
}
function get_Recursion();
function set_Recursion(value);
Property Value
Type:
RecursionMode
The recursion mode.
See Also