 | SystemStateVerificationStepModelStatus Property |
Gets or sets the state.
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 VerificationStatus Status { get; set; }
Public Property Status As VerificationStatus
Get
Set
public:
property VerificationStatus Status {
VerificationStatus get ();
void set (VerificationStatus value);
}
member Status : VerificationStatus with get, set
Property Value
Type:
VerificationStatusThe state.
See Also