RssCategory.

Value Property

Summary

Gets and sets a slash-delimited string which identifies a hierarchic location in the indicated taxonomy.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssCategory

Syntax

[DefaultValue(null)]
[XmlText]
public string Value { get; set; }

Attributes

Type Description
DefaultValueAttribute
XmlTextAttribute

Value

Type Description
string
GitHub