Atom10FeedFormatter::PreserveElementExtensions Property
.NET Framework (current version)
Gets and sets a value that specifies whether to preserve element extensions during serialization.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::BooleanA value that specifies whether to preserve element extensions during serialization.
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 SyndicationFeed instance when deserializing an Atom1.0 feed.
.NET Framework
Available since 3.5
Silverlight
Available since 2.0
Available since 3.5
Silverlight
Available since 2.0
Show: