RdfBase.

Title Property

Summary

Gets and sets a descriptive title for the channel.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rdf
Containing Type
RdfBase

Syntax

[XmlElement("title")]
public string Title { get; set; }

Remarks

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

Attributes

Type Description
XmlElementAttribute

Value

Type Description
string
GitHub