GetValue Method (component)

Json.NET

Json.NET - Quick Starts & API Documentation GetValue Method (component)
NamespacesNewtonsoft.Json.Linq.ComponentModelJPropertyDescriptorGetValue(Object)
When overridden in a derived class, gets the current value of the property on a component.
Declaration Syntax
C# Visual Basic Visual C++
public override Object GetValue(
	Object component
)
Public Overrides Function GetValue ( _
	component As Object _
) As Object
public:
virtual Object^ GetValue(
	Object^ component
) override
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.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)