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

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