|
JobStatusEngineControlStatuses Property
|
This value represents the status of the replication engine.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic EngineControlStatus[] EngineControlStatuses { get; set; }
Public Property EngineControlStatuses As EngineControlStatus()
Get
Set
public:
property array<EngineControlStatus^>^ EngineControlStatuses {
array<EngineControlStatus^>^ get ();
void set (array<EngineControlStatus^>^ value);
}
function get_EngineControlStatuses();
function set_EngineControlStatuses(value);
Property Value
Type:
EngineControlStatusThe engine control statuses.
See Also