JsonPrimitive.JsonType Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets the JsonType that is associated with this JsonPrimitive object.
Namespace: System.Json
Assembly: System.Json (in System.Json.dll)
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property JsonType As JsonType
public override sealed JsonType JsonType { get; }
Property Value
Type: System.Json.JsonType
Each JsonPrimitive object is associated with a JsonType that is determined by the type of common language runtime (CLR) object used to initiate it.
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.