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

Gets the type of the converter.

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

Syntax

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

Field Value

The type of the converter.

See Also

JsonConverterAttribute Class
Facebook.Json Namespace