|
RecommendedFailoverOptionsWarnUserOfInconsistentProtectionData Property
|
This value is true if the data on the target may be in an inconsistent state; 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 WarnUserOfInconsistentProtectionData { get; set; }
Public Property WarnUserOfInconsistentProtectionData As Boolean
Get
Set
public:
property bool WarnUserOfInconsistentProtectionData {
bool get ();
void set (bool value);
}
function get_WarnUserOfInconsistentProtectionData();
function set_WarnUserOfInconsistentProtectionData(value);
Property Value
Type:
Boolean if the data on the target server may be in an inconsistent state; otherwise,
.
See Also