 | VerificationStepModelStatus Property |
Gets or sets the status of this verification step.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
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:
VerificationStatus
See Also