DataContractJsonSerializerSettings.EmitTypeInformation Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the data contract JSON serializer settings to emit type information.

Namespace:  System.Runtime.Serialization.Json
Assembly:  System.ServiceModel.Web (in System.ServiceModel.Web.dll)

Syntax

Public Property EmitTypeInformation As EmitTypeInformation
public EmitTypeInformation EmitTypeInformation { get; set; }

Property Value

Type: System.Runtime.Serialization..::.EmitTypeInformation
The data contract JSON serializer settings to emit type information.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

DataContractJsonSerializerSettings Class

System.Runtime.Serialization.Json Namespace