Retrieves a PropertyInfo object corresponding to a specified property.
Retrieves a PropertyInfo object corresponding to a specified property with specified search constraints.
[Visual Basic] Overloads Function GetProperty(String, BindingFlags, Binder, Type(), ParameterModifier()) As PropertyInfo
[C#] PropertyInfo GetProperty(String, BindingFlags, Binder, Type[], ParameterModifier[]);
[C++] PropertyInfo* GetProperty(String*, BindingFlags, Binder, Type[], ParameterModifier[]) = 0;
[JScript] function GetProperty(String, BindingFlags, Binder, Type[], ParameterModifier[]) : PropertyInfo;
Retrieves a PropertyInfo object corresponding to a specified property under specified search constraints.
[Visual Basic] Overloads Function GetProperty(String, BindingFlags) As PropertyInfo
[C#] PropertyInfo GetProperty(String, BindingFlags);
[C++] PropertyInfo* GetProperty(String*, BindingFlags) = 0;
[JScript] function GetProperty(String, BindingFlags) : PropertyInfo;
IReflect Interface | IReflect Members | System.Reflection Namespace