Members Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the groups's members as User objects

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

Syntax

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

Remarks

original: array of objects containing friend id and name fields.

.NET Framework Security

Permission Description
Any valid access_token or user_groups / friends_groups

See Also