|
RecommendedFailbackOptionsIsSourceNew Property
|
This value is true if the data from the target was or is being restored to a new source server; 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 IsSourceNew { get; set; }
Public Property IsSourceNew As Boolean
Get
Set
public:
property bool IsSourceNew {
bool get ();
void set (bool value);
}
function get_IsSourceNew();
function set_IsSourceNew(value);
Property Value
Type:
Boolean if the data was restored, or is being restored, to a new source; otherwise,
.
See Also