|
SystemStateOptionsNicMappings Property |
This value represents the NIC mappings for a full server job.
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
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