 | 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)
Syntaxpublic IDictionary<string, Uri> OtherHostUris { get; set; }
Public Property OtherHostUris As IDictionary(Of String, Uri)
Get
Set
public:
property IDictionary<String^, Uri^>^ OtherHostUris {
IDictionary<String^, Uri^>^ get ();
void set (IDictionary<String^, Uri^>^ value);
}
member OtherHostUris : IDictionary<string, Uri> with get, set
Property Value
Type:
IDictionaryString,
UriThe other server URIs.
Remarks
This property serves as a replacement for the OtherNetworkIds property. Please refrain
from using the OtherNetworkIds property.
See Also