 | DiskLayoutStatusResultModelCompleted Property |
Gets or sets a value indicating whether this InitializeDisk() is has completed running.
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 Completed { get; set; }
Public Property Completed As Boolean
Get
Set
public:
property bool Completed {
bool get ();
void set (bool value);
}
member Completed : bool with get, set
Property Value
Type:
Booleantrue if completed; otherwise,
false.
See Also