JsonValue Properties

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

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The JsonValue type exposes the following members.

Properties

  Name Description
Public property Count This method is not supported and throws an exception when called.
Public property Item[Int32] This indexer is not supported for this base class and throws an exception.
Public property Item[String] This indexer is not supported for this base class and throws an exception.
Public property JsonType When implemented in a derived class, indicates the JSON CLR type represented by the derived type.

Top