we have one string based getter usage is: entry.getExtensionValue("namespace", "tagname") to get the elements value

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

Syntax

C#
public string GetExtensionValue(

	string extension,

	string ns

)
Visual Basic (Declaration)
Public Function GetExtensionValue ( _

	extension As String, _

	ns As String _

) As String
Visual C++
public:

String^ GetExtensionValue(

	String^ extension, 

	String^ ns

)

Parameters

extension
Type: System..::.String
the name of the extension to look for
ns
Type: System..::.String
the namespace of the extension to look for

Return Value

value as string, or NULL if the extension was not found

See Also