var ownerEntity = virtualMachineEntity.getLink(vCACHost, "Owner")[0];
var ownerName = ownerEntity.getProperty("UserName");
That array is important... Much of the API is read only on that array, but I have been able to hack in multiple owners.
There are several ways to get the Entity depending on what you are doing.