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

[Missing <summary> documentation for "P:Facebook.Api.StreamComments.Posts"]

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

Syntax

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

See Also

StreamComments Class
Facebook.Api Namespace