RssChannelBase.

ManagingEditor Property

Summary

Gets and sets the managing editor of the channel.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssChannelBase

Syntax

[XmlElement("managingEditor")]
public RssPerson ManagingEditor { get; set; }

Attributes

Type Description
XmlElementAttribute

Value

Type Description
RssPerson
GitHub