|
CutoverDetailsPercentComplete Property
|
This value is the percentage of the cutover that is complete.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic int PercentComplete { get; set; }
Public Property PercentComplete As Integer
Get
Set
public:
property int PercentComplete {
int get ();
void set (int value);
}
function get_PercentComplete();
function set_PercentComplete(value);
Property Value
Type:
Int32
The percentage complete of the cutover operation.
See Also