Member Property

Json.NET

Json.NET - Quick Starts & API Documentation Member Property
NamespacesNewtonsoft.Json.SerializationErrorContextMember
Gets the member that caused the error.
Declaration Syntax
C# Visual Basic Visual C++
public Object Member { get; private set; }
Public Property Member As Object
	Get
	Private Set
public:
property Object^ Member {
	Object^ get ();
	private: void set (Object^ value);
}
Value
The member that caused the error.

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