|
FullServerFailoverOptionsShutdownSourceServer Property
|
This value is true if the source server should be shut down during cutover; otherwise, it is false.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic bool ShutdownSourceServer { get; set; }
Public Property ShutdownSourceServer As Boolean
Get
Set
public:
property bool ShutdownSourceServer {
bool get ();
void set (bool value);
}
function get_ShutdownSourceServer();
function set_ShutdownSourceServer(value);
Property Value
Type:
Boolean if the source server should be shut down during cutover; otherwise,
.
See Also