returns the first author name in the atom.entry.authors collection

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

Syntax

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

property String^ Author {

	String^ get ();

	void set (String^ value);

}

Return Value

See Also