|
| FbApiWrapper - Documentation |
| Event..::..MaybeAttendingUsers Property |
| Event Class See Also Send Feedback |
|
Gets the User objects of the users who have been responded "Maybe" 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> MaybeAttendingUsers { get; } |
| Visual Basic |
|---|
Public ReadOnly Property MaybeAttendingUsers As FacebookObjectCollection(Of User) Get |
| Visual C++ |
|---|
public: property FacebookObjectCollection<User^>^ MaybeAttendingUsers { 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 |