|
|
VerificationStep Class |
Namespace: DoubleTake.Jobs.Contract
public class VerificationStep : IExtensibleDataObject
The VerificationStep type exposes the following members.
| Name | Description | |
|---|---|---|
| VerificationStep |
| Name | Description | |
|---|---|---|
| CanFix |
This value is true if Double-Take can automatically fix the validation item; otherwise, it is false.
| |
| ExtensionData |
Gets or sets the structure that contains extra data.
| |
| Id |
This value is the ID for the validation item.
| |
| Index |
This value is an index value used to impose an order to the validation items.
| |
| MessageFormatParameters |
This value is the message format parameters.
| |
| MessageKey |
This value is a message key for the validation item. This value can be used to look up the message text.
| |
| Progress |
This value is the completion progress of the validation item.
| |
| Status |
This value represents the status of the validation item.
| |
| TitleFormatParameters |
This value is the title format parameters for the action.
| |
| TitleKey |
This value is a title key for the validation item. This value can be used to look up the title text.
|