RssChannelBase.

WebMaster Property

Summary

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

Syntax

[XmlElement("webMaster")]
public RssPerson WebMaster { get; set; }

Attributes

Type Description
XmlElementAttribute

Value

Type Description
RssPerson
GitHub