Twitterizer 2 Documentation
TwitterSearchResult Class
NamespacesTwitterizerTwitterSearchResult
The Twitter Search Result class.
Declaration Syntax
C#Visual Basic
[SerializableAttribute]
[JsonObjectAttribute(MemberSerialization = MemberSerialization.OptIn)]
public class TwitterSearchResult : TwitterObject
<SerializableAttribute> _
<JsonObjectAttribute(MemberSerialization := MemberSerialization.OptIn)> _
Public Class TwitterSearchResult _
	Inherits TwitterObject
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TwitterSearchResult()()()()
Initializes a new instance of the TwitterSearchResult class

CreatedDate
Gets or sets the created date.

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
ToUserId
Gets or sets to user id.

ToUserScreenName
Gets or sets the name of to user screen.

Inheritance Hierarchy
Object
TwitterObject
 TwitterSearchResult

Assembly: Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)