PropertyType Property

Json.NET

Json.NET - Quick Starts & API Documentation PropertyType Property
NamespacesNewtonsoft.Json.Linq.ComponentModelJPropertyDescriptorPropertyType
When overridden in a derived class, gets the type of the property.
Declaration Syntax
C# Visual Basic Visual C++
public override Type PropertyType { get; }
Public Overrides ReadOnly Property PropertyType As Type
	Get
public:
virtual property Type^ PropertyType {
	Type^ get () override;
}
Return Value
A Type that represents the type of the property.

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