Click or drag to resize

DiskLayoutStatusResultModelSuccess Property

Gets or sets a value indicating whether this InitializeDisk() is a success.

Namespace:  DoubleTake.Web.Models
Assembly:  DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.3.0.0 (8.3.0.0)
Syntax
public bool Success { get; set; }

Property Value

Type: Boolean
true if success; otherwise, false.
See Also