 | DiskLayoutStatusResultModelCompleted Property |
Gets or sets a value indicating whether this InitializeDisk() is has completed running.
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 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