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