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

Gets or sets a list of account_id values that match the user's email hash that were previously sent to Facebook using RegisterUsers(array<String>[]()[]).

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

Syntax

C#
public List<long> LinkedAccountIds { get; set; }
Visual Basic (Declaration)
Public Property LinkedAccountIds As List(Of Long)
Visual C++
public:
property List<long long>^ LinkedAccountIds {
	List<long long>^ get ();
	void set (List<long long>^ value);
}

See Also

FacebookHttpSession Class
Facebook.Web Namespace