That is not really a true MoRef, it's a kind of XML node.
Get the object as follows
$vm=Get-VMMyVM
$moref=$vm.ExtensionData.ExportVm()$nfc=Get-View$moref-PropertyInfo
The only reason I know this is because I asked a similar question for a call to the ImportVApp method