Get-Host | Select-Object version
The Get-Host commandlet returns an object representing the current host program. Just pipe that to the Select-Object commandlet, specify your attribute and you're done!
PS C:\Users\joe> get-host | select-object version
Version
-------
2.0