 | SystemStateVerificationResultModelValidationResults Property |
Gets or sets the validation results.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.0.0.1664 (8.0.0.1664)
Syntaxpublic SystemStateVerificationStepModel[] ValidationResults { get; set; }
Public Property ValidationResults As SystemStateVerificationStepModel()
Get
Set
public:
property array<SystemStateVerificationStepModel^>^ ValidationResults {
array<SystemStateVerificationStepModel^>^ get ();
void set (array<SystemStateVerificationStepModel^>^ value);
}
member ValidationResults : SystemStateVerificationStepModel[] with get, set
Property Value
Type:
SystemStateVerificationStepModelThe validation results.
See Also