Identifies if currently logged in user can like this post

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

Syntax

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

See Also