|
FailoverOptionsSkipSourceResourceShutdown Property
|
This value is true if shutting down source cluster resources should be skipped on live failover.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntaxpublic bool SkipSourceResourceShutdown { get; set; }
Public Property SkipSourceResourceShutdown As Boolean
Get
Set
public:
property bool SkipSourceResourceShutdown {
bool get ();
void set (bool value);
}
function get_SkipSourceResourceShutdown();
function set_SkipSourceResourceShutdown(value);
Property Value
Type:
Boolean if source cluster resource shutdown should be skipped; otherwise,
.
See Also