DataContractJsonSerializerSettings.IgnoreExtensionDataObject Property

Definition

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, set
Public Property IgnoreExtensionDataObject As Boolean

Property Value

Boolean

true to ignore data supplied by an extension of the class when the class is being serialized or deserialized; otherwise, false.

Applies to