The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PropertyInfo::GetValue Method
.NET Framework (current version)
Returns the property value of a specified object.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetValue(Object^) | Returns the property value of a specified object. |
![]() | GetValue(Object^, BindingFlags, Binder^, array<Object^>^, CultureInfo^) | When overridden in a derived class, returns the property value of a specified object that has the specified binding, index, and culture-specific information. |
![]() | GetValue(Object^, array<Object^>^) | Returns the property value of a specified object with optional index values for indexed properties. |
Show:
