Gets/Sets a value which indicates how many total results were returned. This value can and will often be an approximation.

C# | Visual Basic | Visual C++ |
public uint ResultCount { get; set; }
Public Property ResultCount As UInteger
public: property unsigned int ResultCount { unsigned int get (); void set (unsigned int value); }