public string GetSnapshotsTreeview(
VMWareVirtualMachine vm
)
Public Function GetSnapshotsTreeview (
vm As VMWareVirtualMachine
) As String
Dim instance As VmRunWrapper
Dim vm As VMWareVirtualMachine
Dim returnValue As String
returnValue = instance.GetSnapshotsTreeview(vm)
public:
String^ GetSnapshotsTreeview(
VMWareVirtualMachine^ vm
)
member GetSnapshotsTreeview :
vm : VMWareVirtualMachine -> string
No code example is currently available or this language may not be supported.