Silverlight SDK for Microsoft Bing
SearchResult Class
OverviewMicrosoft.BingSearchResult
Implements a wrapper class for abstracting a search result
Declaration Syntax
C#Visual BasicVisual C++
public class SearchResult
Public Class SearchResult
public ref class SearchResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SearchResult()()()
Instantiates a SearchResult instance.

SearchResult(String, String, MediaTypes, String)
Instantiates a SearchResult instance.

CacheUrl
Gets/Sets the Cached media url for the SearchResult.

Date
Gets/Sets the DateTime for the SearchResult.

DisplayUrl
Gets/Sets the Display Url for the SearchResult.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FileSize
Gets/Sets a uint value which describes the file size associated with the SearchResult.

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
IconUrl
Gets/Sets the Icon Url for the SearchResult. This is the image file for displaying the type iconic for the result.

ImageHeight
Gets/Sets a uint value which describes the height of an image associated with the SearchResult.

ImageWidth
Gets/Sets a uint value which describes the width of an image associated with the SearchResult.

IsBreakingNews
Gets/Sets a boolean value which defines whether a news result is breaking news (i.e. very new)

Kind
Gets/Sets the SearchResultKind for the result.

LargeIconUrl
Gets/Sets the Large Icon Url for the SearchResult. This is the image file for displaying the large type iconic for the result.

MediaType
Gets/Sets the Media Type for the SearchResult.

Relevancy
Gets/Sets a double value which describes the relevancy or weight of the SearchResult.

Snippet
Gets/Sets the snippet, or abstract for the SearchResult.

Thumbnail
Gets/Sets a Thumbnail instance for the SearchResult.

Title
Gets/Sets the title for the SearchResult.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Url
Gets/Sets the Url for the SearchResult.

Inheritance Hierarchy
Object
SearchResult

Assembly: Microsoft.Bing.Data (Module: Microsoft.Bing.Data) Version: 1.0.0.0 (1.0.0.0)