the original AtomEntry object that this object is standing in for

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

Syntax

C#
public AtomEntry AtomEntry { get; set; }
Visual Basic (Declaration)
Public Property AtomEntry As AtomEntry
Visual C++
public:

property AtomEntry^ AtomEntry {

	AtomEntry^ get ();

	void set (AtomEntry^ value);

}

Return Value

See Also