 | FixJobOptionsRequestModelStepsToFix Property |
Gets or sets the steps to fix.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic VerificationStepModel[] StepsToFix { get; set; }
Public Property StepsToFix As VerificationStepModel()
Get
Set
public:
property array<VerificationStepModel^>^ StepsToFix {
array<VerificationStepModel^>^ get ();
void set (array<VerificationStepModel^>^ value);
}
member StepsToFix : VerificationStepModel[] with get, set
Property Value
Type:
VerificationStepModel
The steps to fix.
See Also