 | JobInfoModelOtherServers Property |
Gets or sets the server connection information for other servers involved in the job.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.0)
Syntaxpublic IDictionary<string, ServiceConnectionModel> OtherServers { get; set; }
Public Property OtherServers As IDictionary(Of String, ServiceConnectionModel)
Get
Set
public:
property IDictionary<String^, ServiceConnectionModel^>^ OtherServers {
IDictionary<String^, ServiceConnectionModel^>^ get ();
void set (IDictionary<String^, ServiceConnectionModel^>^ value);
}
member OtherServers : IDictionary<string, ServiceConnectionModel> with get, set
Property Value
Type:
IDictionaryString,
ServiceConnectionModel
See Also