Members Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the User objects who are members of this list.

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 containing objects with id and name fields

.NET Framework Security

Permission Description
read_friendlists

See Also