Bio Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the user's biograph

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

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

.NET Framework Security

Permission Description
user_about_me or friends_about_me

See Also