Returns a single Atom entry based upon its unique URI.

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

Syntax

C#
public AtomEntry Get(

	string entryUri

)
Visual Basic (Declaration)
Public Function Get ( _

	entryUri As String _

) As AtomEntry
Visual C++
public:

AtomEntry^ Get(

	String^ entryUri

)

Parameters

entryUri
Type: System..::.String
The URI of the Atom entry.

Return Value

AtomEntry representing the entry.

See Also