 | SystemStateVerificationResultModelValidationResults Property |
Gets or sets the validation results.
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 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