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

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