 | QueryResultFlatModelVirtualSwitchInfoColl Property |
Gets or sets the virtual switch information collection.
Namespace: DoubleTake.Web.ModelsAssembly: DoubleTake.Management.Web.Client (in DoubleTake.Management.Web.Client.dll) Version: 8.1.0.599 (8.1.0.599)
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