LikesCount Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the number of times this comment was liked

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public Nullable<long> LikesCount { get; }
Visual Basic
Public ReadOnly Property LikesCount As Nullable(Of Long)
	Get
Visual C++
public:
property Nullable<long long> LikesCount {
	Nullable<long long> get ();
}

Remarks

original: integer

.NET Framework Security

Permission Description
generic access_token

See Also