NotYetRepliedUsers Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the User objects of the users who have been not yet responded to their invitation to this event

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

Syntax

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

Remarks

original: array containing objects with id, name and rsvp_status fields.

.NET Framework Security

Permission Description
any valid access_token, user_events or friends_events

See Also