Comments Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the Comment(String)s made on this item

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

Syntax

C#
public FacebookObjectCollection<Comment> Comments { get; }
Visual Basic
Public ReadOnly Property Comments As FacebookObjectCollection(Of Comment)
	Get
Visual C++
public:
property FacebookObjectCollection<Comment^>^ Comments {
	FacebookObjectCollection<Comment^>^ get ();
}

Remarks

original: array of objects containing id, from, message and created_time fields.

.NET Framework Security

Permission Description

See Also