 | ConnectionStatusModelIsRestoreRequired Property |
Gets or sets a value indicating whether the source/target data may be out of sync and a restore is required.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntaxpublic bool IsRestoreRequired { get; set; }Public Property IsRestoreRequired As Boolean
Get
Set
public:
property bool IsRestoreRequired {
bool get ();
void set (bool value);
}member IsRestoreRequired : bool with get, set
Property Value
Type:
Boolean
See Also