|
ImageRecoveryOptionsImageRecoveryDataLocation Property
|
This value is the location of the original source's protected data.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string ImageRecoveryDataLocation { get; set; }
Public Property ImageRecoveryDataLocation As String
Get
Set
public:
property String^ ImageRecoveryDataLocation {
String^ get ();
void set (String^ value);
}
function get_ImageRecoveryDataLocation();
function set_ImageRecoveryDataLocation(value);
Property Value
Type:
String
See Also