Gets/Sets a uint value which describes the file size associated with the SearchResult.

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