Context Property

Json.NET

Json.NET - Quick Starts & API Documentation Context Property
NamespacesNewtonsoft.JsonJsonSerializerSettingsContext
Gets or sets the StreamingContext used by the serializer when invoking serialization callback methods.
Declaration Syntax
C# Visual Basic Visual C++
public StreamingContext Context { get; set; }
Public Property Context As StreamingContext
	Get
	Set
public:
property StreamingContext Context {
	StreamingContext get ();
	void set (StreamingContext value);
}
Value
The context.

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