Number of people who have liked this post

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

Syntax

C#
public int LikedCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property LikedCount As Integer
Visual C++
public:
property int LikedCount {
	int get ();
}

See Also