 | PhysicalRuleModelRecursion Property |
Gets or sets a value indicating whether the rule will apply to this path only, or to all children of this path as well.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic RecursionMode Recursion { get; set; }
Public Property Recursion As RecursionMode
Get
Set
public:
property RecursionMode Recursion {
RecursionMode get ();
void set (RecursionMode value);
}
member Recursion : RecursionMode with get, set
Property Value
Type:
RecursionMode
See Also