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.2.0.814 (8.2.0.814)
Syntax
public bool Success { get; set; }

Property Value

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