Silverlight SDK for Microsoft Bing
ResultCount Property
OverviewMicrosoft.BingSearchEnvironmentResultCount
Gets/Sets a value which indicates how many total results were returned. This value can and will often be an approximation.
Declaration Syntax
C#Visual BasicVisual C++
public uint ResultCount { get; set; }
Public Property ResultCount As UInteger
public:
property unsigned int ResultCount {
	unsigned int get ();
	void set (unsigned int value);
}

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