|  | JPropertyDescriptorGetValue Method  | 
 
            When overridden in a derived class, gets the current value of the property on a component.
            
 
    Namespace: 
   Newtonsoft.Json.Linq
    Assembly:
   Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
 Syntax
Syntaxpublic override Object GetValue(
	Object component
)
Parameters
- component
- Type: SystemObject
 The component with the property for which to retrieve the value.
Return Value
Type: 
Object
            The value of a property for a given component.
            
 See Also
See Also