 | DiskOptionsModelPreexistingDiskPath Property |
Gets or sets 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.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.0)
Syntaxpublic string PreexistingDiskPath { get; set; }
Public Property PreexistingDiskPath As String
Get
Set
public:
property String^ PreexistingDiskPath {
String^ get ();
void set (String^ value);
}
member PreexistingDiskPath : string with get, set
Property Value
Type:
String
The path of this pre-existing path.
See Also