DataContractSerializerSettings.IgnoreExtensionDataObject Property       
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies whether to ignore data supplied by an extension of the class when the class is being serialized or deserialized.
public:
 property bool IgnoreExtensionDataObject { bool get(); void set(bool value); };public bool IgnoreExtensionDataObject { get; set; }member this.IgnoreExtensionDataObject : bool with get, setPublic Property IgnoreExtensionDataObject As BooleanProperty Value
true to ignore data supplied by an extension of the class when the class is being serialized or deserialized; otherwise, false.