Click or drag to resize

JobInfoOtherHostUris Property

This value is the URIs for other servers involved in the job.

Namespace:  DoubleTake.Jobs.Contract
Assembly:  DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntax
public IDictionary<string, Uri> OtherHostUris { get; set; }

Property Value

Type: IDictionaryString, Uri
The other server URIs.
Remarks
This property serves as a replacement for the OtherNetworkIds property. Please refrain from using the OtherNetworkIds property.
See Also