.NET Framework Class Library
DataBinder.GetPropertyValue Method
Retrieves the value of a property.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
|
GetPropertyValue(Object, String) | Retrieves the value of the specified property of the specified object. |
|
GetPropertyValue(Object, String, String) | Retrieves the value of the specified property of the specified object, and then formats the results. |
See Also