the title of the Entry.

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

Syntax

C#
public virtual string Title { get; set; }
Visual Basic (Declaration)
Public Overridable Property Title As String
Visual C++
public:

virtual property String^ Title {

	String^ get ();

	void set (String^ value);

}

Return Value

See Also