|
ImageRecoveryOptionsUserInitiatedCutover Property
|
This value is true if the user is required to initiate 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 UserInitiatedCutover { get; set; }
Public Property UserInitiatedCutover As Boolean
Get
Set
public:
property bool UserInitiatedCutover {
bool get ();
void set (bool value);
}
function get_UserInitiatedCutover();
function set_UserInitiatedCutover(value);
Property Value
Type:
Boolean if the user is required to initiate cutover; otherwise,
.
See Also