 | SystemStateOptionsModelNicMappings Property |
Gets or sets the network interface mappings.
Namespace:
DoubleTake.Web.Models
Assembly:
DoubleTake.Web.Client.Management (in DoubleTake.Web.Client.Management.dll) Version: 0.6.5.0 (0.6.5.0)
Syntaxpublic FullServerNicMappingsModel[] NicMappings { get; set; }
Public Property NicMappings As FullServerNicMappingsModel()
Get
Set
public:
property array<FullServerNicMappingsModel^>^ NicMappings {
array<FullServerNicMappingsModel^>^ get ();
void set (array<FullServerNicMappingsModel^>^ value);
}
member NicMappings : FullServerNicMappingsModel[] with get, set
Property Value
Type:
FullServerNicMappingsModel
See Also