|
FullServerTestFailoverOptionsNicMappings Property
|
This value represents the NIC mappings for full server testfailover.
Namespace:
DoubleTake.Jobs.ContractAssembly:
DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.2.0.814
Syntaxpublic FullServerNicMappings[] NicMappings { get; set; }
Public Property NicMappings As FullServerNicMappings()
Get
Set
public:
property array<FullServerNicMappings^>^ NicMappings {
array<FullServerNicMappings^>^ get ();
void set (array<FullServerNicMappings^>^ value);
}
function get_NicMappings();
function set_NicMappings(value);
Property Value
Type:
FullServerNicMappings
The network interface mappings.
See Also