How do I get the VALUE of a Property (in an object)??

 Get-WmiObject win32_logicaldisk | Where-Object VolumeName -eq "DDRIVE" | % { write-output $_.DeviceID }