|
ApplicationOptionsTestPostFailoverScript Property
|
This value is the path and name of the script to run after the target is brought online during a test failover.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string TestPostFailoverScript { get; set; }
Public Property TestPostFailoverScript As String
Get
Set
public:
property String^ TestPostFailoverScript {
String^ get ();
void set (String^ value);
}
function get_TestPostFailoverScript();
function set_TestPostFailoverScript(value);
Property Value
Type:
String
Remarks
If arguments are passed, file to be executed should be enclosed in quotations
See Also