|
VerificationStepProgress Property |
This value is the completion progress of the validation item.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic int Progress { get; set; }
Public Property Progress As Integer
Get
Set
public:
property int Progress {
int get ();
void set (int value);
}
function get_Progress();
function set_Progress(value);
Property Value
Type:
Int32
The completion progress of this verification step.
See Also