Atom10FeedFormatter::PreserveAttributeExtensions Property
.NET Framework (current version)
Gets and sets a value that specifies whether to preserve attribute extensions during serialization.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::BooleanA value that specifies whether to preserve attribute extensions during serialization.
The default value of this property is true. Attribute extensions are XML attributes that are not defined in the Atom 1.0 specification. This property determines whether to write these attributes during serialization. Similarly, this property determines whether to preserve unknown attributes inside the AttributeExtensions 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: