|
VRAQualificationResultsPreexistingDisksFileName Property
|
This value is the full path and file name of an existing virtual disk that you want to reuse. If this value is null, a new virtual disk will be created.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic string[] PreexistingDisksFileName { get; set; }
Public Property PreexistingDisksFileName As String()
Get
Set
public:
property array<String^>^ PreexistingDisksFileName {
array<String^>^ get ();
void set (array<String^>^ value);
}
function get_PreexistingDisksFileName();
function set_PreexistingDisksFileName(value);
Property Value
Type:
String
See Also