ComponentType Property

Json.NET

Json.NET - Quick Starts & API Documentation ComponentType Property
NamespacesNewtonsoft.Json.LinqJPropertyDescriptorComponentType
When overridden in a derived class, gets the type of the component this property is bound to.
Declaration Syntax
C# Visual Basic Visual C++
public override Type ComponentType { get; }
Public Overrides ReadOnly Property ComponentType As Type
	Get
public:
virtual property Type^ ComponentType {
	Type^ get () override;
}
Return Value
A Type that represents the type of component this property is bound to. When the GetValue(Object) or SetValue(Object, Object) methods are invoked, the object specified might be an instance of this type.

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