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

Gets or sets a value representing whether the user for the current HTTP request has added the application.

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

Syntax

C#
public bool Added { get; set; }
Visual Basic (Declaration)
Public Property Added As Boolean
Visual C++
public:
property bool Added {
	bool get ();
	void set (bool value);
}

See Also

FacebookHttpSession Class
Facebook.Web Namespace