Identifies if currently logged in user has liked this post

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

Syntax

C#
public bool HasLiked { get; internal set; }
Visual Basic (Declaration)
Public Property HasLiked As Boolean
Visual C++
public:
property bool HasLiked {
	bool get ();
	void set (bool value);
}

See Also