VMware {code} Community
blackride
Contributor
Contributor

Newbie Question

All, I am new to the SDK and only about 2 yrs of progamming under my belt. I am looking at one of the pdf's that talks about a simple log on to the service. The code is this:

ManagedObjectReference _svcRef = new ManagedObjectReference();

_svcRef.setType("ServiceInstance");

_svcRef.setValue("ServiceInstance");

when I do _svcRef. I do not see the options to set the properties. I only see the option to get "type" and "value". I thought this would be straight forward as this is the first example.

Any help or links to better exmaples would be great.

Thanks!

Reply
0 Kudos
1 Reply
blackride
Contributor
Contributor

lol,ignore my question. I figured it out. I am a newb sometimes....

Reply
0 Kudos