 | DiskMountInfoModelShouldCreateMountPath Property |
Gets or sets a value indicating whether [should create mount path].
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 bool ShouldCreateMountPath { get; set; }
Public Property ShouldCreateMountPath As Boolean
Get
Set
public:
property bool ShouldCreateMountPath {
bool get ();
void set (bool value);
}
member ShouldCreateMountPath : bool with get, set
Property Value
Type:
Booleantrue if [should create mount path]; otherwise,
false.
See Also