Click or drag to resize

ExtensionsReflectionGetPropertyValue Method

Overload List
  NameDescription
Public methodStatic memberGetPropertyValueT(Object, String)
Searches for the specified property, using the specified binding constraints and returns its value.

Default BindingFlags are Instance and Public

Public methodStatic memberGetPropertyValueT(Object, String, BindingFlags)
Searches for the specified property, using the specified binding constraints and returns its value.
Public methodStatic memberGetPropertyValue(Object, String, BindingFlags)
Searches for the specified property, using the specified binding constraints and returns its value.
Top
See Also