 | FullServerNicMappingsModelTestFailoverTargetNic Property |
Gets or sets the NIC on the test failover target server.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.5.36.0 (0.5.36.0)
Syntaxpublic string TestFailoverTargetNic { get; set; }
Public Property TestFailoverTargetNic As String
Get
Set
public:
property String^ TestFailoverTargetNic {
String^ get ();
void set (String^ value);
}
member TestFailoverTargetNic : string with get, set
Property Value
Type:
String
The network interface on the test failover target server.
See Also