 | 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)
Syntaxpublic bool Success { get; set; }
Public Property Success As Boolean
Get
Set
public:
property bool Success {
bool get ();
void set (bool value);
}
member Success : bool with get, set
Property Value
Type:
Booleantrue if success; otherwise,
false.
See Also