|
CutoverDetailsState Property |
This value is the state of the cutover. If this value is 1, the cutover is idle. If this value is 1000, the cutover processing is complete. Negative numbers are error codes.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic int State { get; set; }
Public Property State As Integer
Get
Set
public:
property int State {
int get ();
void set (int value);
}
function get_State();
function set_State(value);
Property Value
Type:
Int32
The state of the cutover operation.
See Also