SyndicationPerson.ElementExtensions Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the element extensions for the SyndicationPerson.

Namespace:  System.ServiceModel.Syndication
Assembly:  System.ServiceModel.Syndication (in System.ServiceModel.Syndication.dll)

Syntax

'Declaration
Public ReadOnly Property ElementExtensions As SyndicationElementExtensionCollection
public SyndicationElementExtensionCollection ElementExtensions { get; }

Remarks

The Syndication object model allows you to add custom XML elements to a SyndicationPerson instance. You can add any valid XML element as long as the element namespace and the containing namespace are different.

When serialized to Atom 1.0, any custom element is written as an XML element within an <author> or <contributor> element.

When serialized to RSS 2.0, any custom element is written as an XML element within the <managingEditor>, <a10:contributor>, or <a10:author> element.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.