Click or drag to resize
JobParametersModelSourceAddresses Property
Gets or sets the source addresses.

Namespace: DoubleTake.Web.Models
Assembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
Syntax
public UnicastIPAddressModel[] SourceAddresses { get; set; }

Property Value

Type: UnicastIPAddressModel
The source addresses.
Remarks
These addresses are used by the Management Service on the job host to communicate with the source. If there is a NAT firewall in between the source and the target
See Also