 | DiskPartitionLayoutModelIsBoot Property |
Gets or sets a value indicating whether this partition is a boot partition.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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