DataContractSerializer.IgnoreExtensionDataObject Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that specifies whether to ignore data supplied by an extension of the class when the class is being serialized or deserialized.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Property Value
Type: System.Booleantrue to omit the extension data; otherwise, false. The default value is true.
Show: