Indicates if this comment was posted by currently logged in user

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

Syntax

C#
public bool IsMine { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsMine As Boolean
Visual C++
public:
property bool IsMine {
	bool get ();
}

See Also