PropertyInfo::GetValue Method

 

Returns the property value of a specified object.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetValue(Object^)

Returns the property value of a specified object.

System_CAPS_pubmethodGetValue(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.

System_CAPS_pubmethodGetValue(Object^, array<Object^>^)

Returns the property value of a specified object with optional index values for indexed properties.

Return to top
Show: