AtomEntry object, representing an item in the RSS/Atom feed Version 1.0 removed atom-Head element atom:entry { atomCommonAttributes, (atomAuthor* atomCategory* atomContent? atomContributor* atomId atomLink* atomPublished? atomRights? atomSource? atomSummary? atomTitle atomUpdated extensionElement*) }

Namespace:  Google.GData.Client
Assembly:  Google.GData.Client (in Google.GData.Client.dll)
Version: 1.2.3.0

Syntax

C#
public class AtomEntry : AtomBase
Visual Basic (Declaration)
Public Class AtomEntry _

	Inherits AtomBase
Visual C++
public ref class AtomEntry : public AtomBase

Inheritance Hierarchy

See Also