 | VerificationStatus Enumeration |
Verification status.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic enum VerificationStatus
Public Enumeration VerificationStatus
public enum class VerificationStatus
Members
| Member name | Value | Description |
---|
| InProgress | 0 |
The in progress
|
| Success | 1 |
The success
|
| Warning | 2 |
The warning
|
| Error | 3 |
The error
|
See Also