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)
Syntax
Remarks
The IgnoreExtensionDataObject property is used when the class to which a DataContractAttribute has been applied also implements the IExtensibleDataObject interface. In this case, the data added in a future version of the contract is ignored on read and write. For more information, seeForward Compatible Data Contracts.
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements. See Also