DeclaringType Property

Json.NET

Json.NET - Quick Starts & API Documentation DeclaringType Property
NamespacesNewtonsoft.Json.SerializationJsonPropertyDeclaringType
Gets or sets the type that declared this property.
Declaration Syntax
C# Visual Basic Visual C++
public Type DeclaringType { get; set; }
Public Property DeclaringType As Type
	Get
	Set
public:
property Type^ DeclaringType {
	Type^ get ();
	void set (Type^ value);
}
Value
The type that declared this property.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)