ValueProvider Property

Json.NET

Json.NET - Quick Starts & API Documentation ValueProvider Property
NamespacesNewtonsoft.Json.SerializationJsonPropertyValueProvider
Gets the IValueProvider that will get and set the JsonProperty during serialization.
Declaration Syntax
C# Visual Basic Visual C++
public IValueProvider ValueProvider { get; set; }
Public Property ValueProvider As IValueProvider
	Get
	Set
public:
property IValueProvider^ ValueProvider {
	IValueProvider^ get ();
	void set (IValueProvider^ value);
}
Value
The IValueProvider that will get and set the JsonProperty during serialization.

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