 | JobCredentialsModelOtherServers Property |
Gets or sets the connection information for other servers.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.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