AtomBase.

Updated Property

Assembly
Wyam.Feeds.dll
Namespace
Wyam.Feeds.Syndication.Atom
Containing Type
AtomBase

Syntax

[XmlElement("updated")]
public virtual AtomDate Updated { get; set; }

Remarks

Required even if empty.

Attributes

Type Description
XmlElementAttribute

Value

Type Description
AtomDate
GitHub