PropertyType Property

Json.NET

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

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