true if the property reflected by the current instance has a Get accessor; otherwise, false .
If the property does not have a get accessor, it cannot be read.
To get the CanRead property, first get the class Type. From the Type, get the PropertyInfo. From the PropertyInfo, get the CanRead value.