|
ApplicationOptionsTestPreFailbackScript Property |
This value is the path and name of the script to run before failing back after a test failover.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic string TestPreFailbackScript { get; set; }Public Property TestPreFailbackScript As String
Get
Set
public:
property String^ TestPreFailbackScript {
String^ get ();
void set (String^ value);
}function get_TestPreFailbackScript();
function set_TestPreFailbackScript(value);
Property Value
Type:
String
Remarks
If arguments are passed, file to be executed should be enclosed in quotations
See Also