Gets the User objects of the users who declined 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> DeclinedUsers { get; } |
Visual Basic |
---|
Public ReadOnly Property DeclinedUsers As FacebookObjectCollection(Of User) Get |
Visual C++ |
---|
public: property FacebookObjectCollection<User^>^ DeclinedUsers { 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 |