|
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.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string Role { get; set; }
Public Property Role As String
Get
Set
public:
property String^ Role {
String^ get ();
void set (String^ value);
}
function get_Role();
function set_Role(value);
Property Value
Type:
StringThe 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