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

[Missing <summary> documentation for "P:Facebook.Api.InfoField.Items"]

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

Syntax

C#
public FacebookList<InfoItem> Items { get; set; }
Visual Basic (Declaration)
Public Property Items As FacebookList(Of InfoItem)
Visual C++
public:
property FacebookList<InfoItem^>^ Items {
	FacebookList<InfoItem^>^ get ();
	void set (FacebookList<InfoItem^>^ value);
}

See Also

InfoField Class
Facebook.Api Namespace