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.2.0.814 (8.2.0.814)
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