RssGuid.

Value Property

Summary

Gets and sets the globally unique identifier, may be an url or other unique string.
Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Rss
Containing Type
RssGuid

Syntax

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

Attributes

Type Description
DefaultValueAttribute
XmlTextAttribute

Value

Type Description
string
GitHub