Json.NET - Quick Starts & API Documentation
GetValue Method (component)
Namespaces ► Newtonsoft.Json.Linq ► JPropertyDescriptor ► GetValue(Object)
When overridden in a derived class, gets the current value of the property on a component.
Declaration Syntax
Parameters
- component (Object)
- The component with the property for which to retrieve the value.
Return Value
The value of a property for a given component.