The Twitter Search Result class.
| C# | Visual Basic |
[SerializableAttribute] [JsonObjectAttribute(MemberSerialization = MemberSerialization.OptIn)] public class TwitterSearchResult : TwitterObject
<SerializableAttribute> _ <JsonObjectAttribute(MemberSerialization := MemberSerialization.OptIn)> _ Public Class TwitterSearchResult _ Inherits TwitterObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TwitterSearchResult()()()() | Initializes a new instance of the TwitterSearchResult class | |
| CreatedDate |
Gets or sets the created date.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| FromUserId |
Gets or sets from user id.
| |
| FromUserScreenName |
Gets or sets the name of from user screen.
| |
| Geo |
Gets or sets the geo location associated with the result.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Id |
Gets or sets the status id.
| |
| Language |
Gets or sets the language.
| |
| Location |
Gets or sets the location.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProfileImageLocation |
Gets or sets the profile image URL.
| |
| Source |
Gets or sets the source.
| |
| Text |
Gets or sets the status text.
| |
| ToString()()()() | (Inherited from Object.) | |
| ToUserId |
Gets or sets to user id.
| |
| ToUserScreenName |
Gets or sets the name of to user screen.
|
| Object | ||
| TwitterObject | ||
| TwitterSearchResult | ||