[This is preliminary documentation and is subject to change.]

Gets or sets data found in the "About Me" section of a user's profile.

Namespace:  Facebook.Api
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.4.13 (0.2009.4.13)

Syntax

C#
public string AboutMe { get; set; }
Visual Basic (Declaration)
Public Property AboutMe As String
Visual C++
public:
property String^ AboutMe {
	String^ get ();
	void set (String^ value);
}

See Also

User Class
Facebook.Api Namespace