 | 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)
Syntaxpublic string BaseMountPoint { get; set; }
Public Property BaseMountPoint As String
Get
Set
public:
property String^ BaseMountPoint {
String^ get ();
void set (String^ value);
}
member BaseMountPoint : string with get, set
Property Value
Type:
String
RemarksWindows volumes will be converted to valid path by replacing the ':' with '_'.
See Also