VMWareVirtualMachineVmxFile Property
Gets .vmx file of this 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 FileInfo VmxFile { get; }
Public ReadOnly Property VmxFile As FileInfo
Get
Dim instance As VMWareVirtualMachine
Dim value As FileInfo
value = instance.VmxFile
public:
property FileInfo^ VmxFile {
FileInfo^ get ();
}
member VmxFile : FileInfo with get
No code example is currently available or this language may not be supported.
Property Value
FileInfo