|
RecommendedFailoverOptionsWarningTextTestFailover Property |
This value is true if optional warning text to display if test failover is selected; otherwise, it is false.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic bool WarningTextTestFailover { get; set; }
Public Property WarningTextTestFailover As Boolean
Get
Set
public:
property bool WarningTextTestFailover {
bool get ();
void set (bool value);
}
function get_WarningTextTestFailover();
function set_WarningTextTestFailover(value);
Property Value
Type:
Boolean
See Also