|
VolumeGroupPreexistingDisksPath 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.Core.Contract.UVRAAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.3.0.0
Syntaxpublic string[] PreexistingDisksPath { get; set; }Public Property PreexistingDisksPath As String()
Get
Set
public:
property array<String^>^ PreexistingDisksPath {
array<String^>^ get ();
void set (array<String^>^ value);
}function get_PreexistingDisksPath();
function set_PreexistingDisksPath(value);
Property Value
Type:
String
See Also