|
UnmanagedConnectionOptionsTargetStateInfo Property |
This value represents information on the state of the target.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic TargetStateInfo TargetStateInfo { get; set; }
Public Property TargetStateInfo As TargetStateInfo
Get
Set
public:
property TargetStateInfo^ TargetStateInfo {
TargetStateInfo^ get ();
void set (TargetStateInfo^ value);
}
function get_TargetStateInfo();
function set_TargetStateInfo(value);
Property Value
Type:
TargetStateInfo
The target state information for this connection.
See Also