Atom10ItemFormatter.PreserveElementExtensions 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 preserve element extensions during serialization.
public:
property bool PreserveElementExtensions { bool get(); void set(bool value); };
public bool PreserveElementExtensions { get; set; }
member this.PreserveElementExtensions : bool with get, set
Public Property PreserveElementExtensions As Boolean
Property Value
A value that specifies whether to preserve element extensions during serialization.
Remarks
The default value of this property is true
. Element extensions are XML elements that are not defined in the Atom 1.0 specification. This property determines whether to write these elements during serialization. Similarly, this property determines whether to preserve unknown elements inside the ElementExtensions
properties in the SyndicationItem instance when deserializing an Atom1.0 entry.