|
JobInfoOtherHostUris Property |
This value is the URIs for other servers involved in the job.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
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);
}
function get_OtherHostUris();
function set_OtherHostUris(value);
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