Json.NET - Quick Starts & API Documentation
ValueProvider Property
Namespaces ► Newtonsoft.Json.Serialization ► JsonProperty ► ValueProvider
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.