 | ConnectionParametersModelTargetAddress Property |
Gets or sets the IP address on the target machine over which mirroring and replication
should take place.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.2.0.814 (8.2.0.814)
Syntaxpublic string TargetAddress { get; set; }
Public Property TargetAddress As String
Get
Set
public:
property String^ TargetAddress {
String^ get ();
void set (String^ value);
}
member TargetAddress : string with get, set
Property Value
Type:
StringThe target address.
See Also