Gets or sets the object that represents the data returned by the request to Twitter.
| C# | Visual Basic |
public T ResponseObject { get; set; }
Public Property ResponseObject As T Get Set
The response object.
| C# | Visual Basic |
public T ResponseObject { get; set; }
Public Property ResponseObject As T Get Set