Identifies if currently logged in user can comment on this post

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

Syntax

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

See Also