RssTextInput.

Description Property

Summary

Gets and sets the description of the text input area.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssTextInput

Syntax

[DefaultValue(null)]
[XmlElement("description")]
public string Description { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlElementAttribute

Value

Type Description
string
GitHub