Click or drag to resize

JobInfoPrivateModelOtherHostUris Property

Gets or sets the URIs for other servers involved in the job.

Namespace:  DoubleTake.Web.Models
Assembly:  DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.3.0.0 (8.3.0.0)
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