 | QueryResultFlatModelVirtualSwitchInfoColl Property |
Gets or sets the virtual switch information collection.
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 VirtualSwitchInfoModel[] VirtualSwitchInfoColl { get; set; }
Public Property VirtualSwitchInfoColl As VirtualSwitchInfoModel()
Get
Set
public:
property array<VirtualSwitchInfoModel^>^ VirtualSwitchInfoColl {
array<VirtualSwitchInfoModel^>^ get ();
void set (array<VirtualSwitchInfoModel^>^ value);
}
member VirtualSwitchInfoColl : VirtualSwitchInfoModel[] with get, set
Property Value
Type:
VirtualSwitchInfoModel
The virtual switch information collection.
See Also