 | DiskLayoutInitializeModelBaseMountPoint Property |
Gets or sets the base location to mount the volumes to.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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