 | DiskPartitionLayoutModelIsBoot Property |
Gets or sets a value indicating whether this partition is a boot partition.
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 bool IsBoot { get; set; }
Public Property IsBoot As Boolean
Get
Set
public:
property bool IsBoot {
bool get ();
void set (bool value);
}
member IsBoot : bool with get, set
Property Value
Type:
Boolean
See Also