Click or drag to resize
VerificationStep Class
Represents a step in a verification task.
Inheritance Hierarchy
SystemObject
  DoubleTake.Jobs.ContractVerificationStep

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public class VerificationStep : IExtensibleDataObject

The VerificationStep type exposes the following members.

Constructors
  NameDescription
Public methodVerificationStep
Top
Properties
  NameDescription
Public propertyCanFix
This value is true if Double-Take can automatically fix the validation item; otherwise, it is false.
Public propertyExtensionData
Gets or sets the structure that contains extra data.
Public propertyId
This value is the ID for the validation item.
Public propertyIndex
This value is an index value used to impose an order to the validation items.
Public propertyMessageFormatParameters
This value is the message format parameters.
Public propertyMessageKey
This value is a message key for the validation item. This value can be used to look up the message text.
Public propertyProgress
This value is the completion progress of the validation item.
Public propertyStatus
This value represents the status of the validation item.
Public propertyTitleFormatParameters
This value is the title format parameters for the action.
Public propertyTitleKey
This value is a title key for the validation item. This value can be used to look up the title text.
Top
Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Top
See Also