Click or drag to resize

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)
Syntax
public string PreexistingDiskPath { get; set; }

Property Value

Type: String
The path of this pre-existing path.
See Also