 | VerificationStatusModelSteps Property |
Gets or sets the steps in the verification task.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.0)
Syntaxpublic IEnumerable<VerificationStepModel> Steps { get; set; }
Public Property Steps As IEnumerable(Of VerificationStepModel)
Get
Set
public:
property IEnumerable<VerificationStepModel^>^ Steps {
IEnumerable<VerificationStepModel^>^ get ();
void set (IEnumerable<VerificationStepModel^>^ value);
}
member Steps : IEnumerable<VerificationStepModel> with get, set
Property Value
Type:
IEnumerableVerificationStepModel
See Also