File Search Library
DirectoryExcludeSearchType Property



KellermanSoftware.FileSearchLibrary Namespace > SearchParms Class : DirectoryExcludeSearchType Property
The search type to use when excluding directories. The default is wildcard.
Syntax
'Declaration
 
Public Property DirectoryExcludeSearchType As FileSearchType
'Usage
 
Dim instance As SearchParms
Dim value As FileSearchType
 
instance.DirectoryExcludeSearchType = value
 
value = instance.DirectoryExcludeSearchType
public FileSearchType DirectoryExcludeSearchType {get; set;}
public:
property FileSearchType DirectoryExcludeSearchType {
   FileSearchType get();
   void set (    FileSearchType 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