 | JobInfoPrivateModelOtherHostUris Property |
Gets or sets the URIs for other servers involved in the job.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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