I am trying to get a value from windows device manager(windows 7).
The property name i am searching for is Bus Reported Device Description.
I am using the
string description = (string)device.GetPropertyValue("Description");