[This is preliminary documentation and is subject to change.]

Gets The Common Language Runtime (CLR) type for the current Json token.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public virtual Type ValueType { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property ValueType As Type
Visual C++
public:
virtual property Type^ ValueType {
	Type^ get ();
}

See Also

JsonReader Class
Facebook.Json Namespace