|
JobInfoTargetUniqueId Property |
This value is the unique ID of the target server.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.1.0.599
Syntaxpublic string TargetUniqueId { get; set; }Public Property TargetUniqueId As String
Get
Set
public:
property String^ TargetUniqueId {
String^ get ();
void set (String^ value);
}function get_TargetUniqueId();
function set_TargetUniqueId(value);
Property Value
Type:
String
The unique identifier of the target server.
See Also