File Search Library
FileName Property



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