Click or drag to resize
EngineControlStatusRole Property
This value is the role of the replication engine for the job. Jobs may use more than one replication engine connection in their operation. This property provides a way to differentiate between the replication engine connections for display purposes.

Namespace: DoubleTake.Jobs.Contract
Assembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntax
public string Role { get; set; }

Property Value

Type: String
The role.
Remarks
Jobs may use more than one engine connection in their operation. This property provides a way to differentiate between the engine connections for display purposes.
See Also