Hi,
basically I use the code below (and it works) to get the list of vswitch and would like something like that for dVS....
var vswitches = ((VMware.Vim.HostSystem)(client.FindEntityViews(typeof(HostSystem), null, null, null)[0])).Config.Network.Vswitch;
foreach (var vswitch in vswitches)
Thanks for your help.