 | DiskMountInfoModelMountPath Property |
Gets or set disk mount path where the disk is supposed to be mounted
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.3.0.0 (8.3.0.0)
Syntaxpublic string MountPath { get; set; }
Public Property MountPath As String
Get
Set
public:
property String^ MountPath {
String^ get ();
void set (String^ value);
}
member MountPath : string with get, set
Property Value
Type:
String
Mount path Information
See Also