File Search Library
FileInfo Property



KellermanSoftware.FileSearchLibrary Namespace > LoadFileResult Class : FileInfo Property
File Information
Syntax
'Declaration
 
Public Property FileInfo As FileInfo
'Usage
 
Dim instance As LoadFileResult
Dim value As FileInfo
 
instance.FileInfo = value
 
value = instance.FileInfo
public FileInfo FileInfo {get; set;}
public:
property FileInfo^ FileInfo {
   FileInfo^ get();
   void set (    FileInfo^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LoadFileResult Class
LoadFileResult Members