Gets most recent comments for this post, in ascending order

Namespace:  Facebook.BindingHelper
Assembly:  Facebook (in Facebook.dll) Version: 3.0.1.0 (3.0.1)

Syntax

C#
public void GetComments(
	int limit
)
Visual Basic (Declaration)
Public Sub GetComments ( _
	limit As Integer _
)
Visual C++
public:
void GetComments(
	int limit
)

Parameters

limit
Type: System..::.Int32
maximum number of comments to retrieve

See Also