|
FailoverScriptConfigurationPostFailoverScriptArgs Property
|
This value is the comma-separated arguments for PostFailoverScript.
Namespace:
DoubleTake.Core.Contract.MonitorAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntaxpublic string PostFailoverScriptArgs { get; set; }Public Property PostFailoverScriptArgs As String
Get
Set
public:
property String^ PostFailoverScriptArgs {
String^ get ();
void set (String^ value);
}function get_PostFailoverScriptArgs();
function set_PostFailoverScriptArgs(value);
Property Value
Type:
String
See Also