Click or drag to resize
JobCredentialsModel.OtherServers Property
Gets or sets the connection information for other servers.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.23.0 (0.5.23.0)
Syntax
public IDictionary<string, ServiceConnectionModel> OtherServers { get; set; }

Property Value

Type: IDictionary<String, ServiceConnectionModel>
See Also