File Search Library
DirectoriesToSearch Property



KellermanSoftware.FileSearchLibrary Namespace > SearchParms Class : DirectoriesToSearch Property
A list of paths for directories to search. This is required.
Syntax
'Declaration
 
Public Property DirectoriesToSearch As List(Of String)
'Usage
 
Dim instance As SearchParms
Dim value As List(Of String)
 
instance.DirectoriesToSearch = value
 
value = instance.DirectoriesToSearch
public List<string> DirectoriesToSearch {get; set;}
public:
property List<String^>^ DirectoriesToSearch {
   List<String^>^ get();
   void set (    List<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

SearchParms Class
SearchParms Members