Click or drag to resize

DiskLayoutInitializeModelBaseMountPoint Property

Gets or sets the base location to mount the volumes to.

Namespace:  DoubleTake.Web.Models
Assembly:  DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntax
public string BaseMountPoint { get; set; }

Property Value

Type: String
Remarks
Windows volumes will be converted to valid path by replacing the ':' with '_'.
See Also