 | TimesClassModelcompleted Property |
Time that the failover is considered complete.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic Nullable<DateTime> completed { get; set; }
Public Property completed As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> completed {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member completed : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also