Retrieves a System.Reflection.PropertyInfo object that corresponds to a specified property with specified search constraints.
- name
The name of the member to find.
- bindingAttr
The binding attribute used to control the search.
- binder
An object that implements System.Reflection.Binder, containing properties related to this method.
- returnType
The type of the property.
- types
An array used to choose among overloaded methods with the same name.
- modifiers
An array used to choose the parameter modifiers.
![]()
A System.Reflection.PropertyInfo object for the located property, if a property with the specified name was located in this reflection object, or null if the property was not located.
This method retrieves a System.Reflection.PropertyInfo object corresponding to a specified property under specified search constraints. A type array is used to choose from among overloaded methods.