|
FullServerFailoverOptionsRemoveOrphans Property |
This value is true if orphan files should be removed for the reverse connection; otherwise, it is false.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool RemoveOrphans { get; set; }
Public Property RemoveOrphans As Boolean
Get
Set
public:
property bool RemoveOrphans {
bool get ();
void set (bool value);
}
function get_RemoveOrphans();
function set_RemoveOrphans(value);
Property Value
Type:
Boolean if orphans should be removed; otherwise,
.
See Also