File Search Library
FileText Property



KellermanSoftware.FileSearchLibrary Namespace > LoadFileResult Class : FileText Property
The text of the file
Syntax
'Declaration
 
Public Property FileText As String
'Usage
 
Dim instance As LoadFileResult
Dim value As String
 
instance.FileText = value
 
value = instance.FileText
public string FileText {get; set;}
public:
property String^ FileText {
   String^ get();
   void set (    String^ 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