RdfItem.

Description Property

Summary

Gets and sets a brief description of the channel's content, function, source, etc.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rdf
Containing Type
RdfItem

Syntax

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

Remarks

Suggested maximum length is 500 characters. Required even if empty.

Attributes

Type Description
XmlElementAttribute

Value

Type Description
string
GitHub