|
JobStatusTargetState Property |
This value is derived from TargetStates. Information from the connection is distilled into a string key which is sent to the client for display.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic string TargetState { get; set; }
Public Property TargetState As String
Get
Set
public:
property String^ TargetState {
String^ get ();
void set (String^ value);
}
function get_TargetState();
function set_TargetState(value);
Property Value
Type:
String
The state of the data on the target server.
Remarks
Target state is derived from a number TargetStates values.
Information from the connection is distilled into a string key which is sent to
the client for display.
See Also