 | SystemStateVerificationStepModelStatus Property |
Gets or sets the state.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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