RssItem.

Author Property

Summary

Gets and sets the author of the item.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssItem

Syntax

[XmlElement("author")]
public RssPerson Author { get; set; }

Attributes

Type Description
XmlElementAttribute

Value

Type Description
RssPerson
GitHub