 | RecommendedFailoverOptionsModelWarnUserOfInconsistentProtectionData Property |
Gets or sets a value indicating whether to warn that the data on the target server may be in an inconsistent state.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.0)
Syntaxpublic bool WarnUserOfInconsistentProtectionData { get; set; }
Public Property WarnUserOfInconsistentProtectionData As Boolean
Get
Set
public:
property bool WarnUserOfInconsistentProtectionData {
bool get ();
void set (bool value);
}
member WarnUserOfInconsistentProtectionData : bool with get, set
Property Value
Type:
Boolean
See Also