A MethodInfo object representing the public get accessor for this property, or null if the get accessor is non-public or does not exist.
This is a convenience method that provides an implementation for the abstract GetGetMethod method with the nonPublic parameter set to false.
To use the GetGetMethod method, first get the class Type. From the Type, get the System.Reflection.PropertyInfo. From the System.Reflection.PropertyInfo, use the GetGetMethod method.