VMWareVirtualMachineIsSharedVm Property
Gets a value that determine whether this VM is a shared VM.
Namespace: DevCase.ThirdParty.VMwareAssembly: DevCase.net48.ThirdParty.VMware (in DevCase.net48.ThirdParty.VMware.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool IsSharedVm { get; }
Public ReadOnly Property IsSharedVm As Boolean
Get
Dim instance As VMWareVirtualMachine
Dim value As Boolean
value = instance.IsSharedVm
public:
property bool IsSharedVm {
bool get ();
}
member IsSharedVm : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean