Gets the User objects of the users who are attending this event
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
public FacebookObjectCollection<User> AttendingUsers { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AttendingUsers As FacebookObjectCollection(Of User) Get |
| Visual C++ |
|---|
public: property FacebookObjectCollection<User^>^ AttendingUsers { 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 |