JsonValue.JsonType Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

When implemented in a derived class, indicates the JSON CLR type represented by the derived type.

Namespace:  System.Json
Assembly:  System.Json (in System.Json.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property JsonType As JsonType
public abstract JsonType JsonType { get; }

Property Value

Type: System.Json.JsonType
Returns JsonType .

Remarks

This method is implemented by JsonPrimitive, JsonArray, and JsonObject, each of which derives from JsonValue.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.