File Search Library
FileIncludeSearchType Property



KellermanSoftware.FileSearchLibrary Namespace > SearchParms Class : FileIncludeSearchType Property
The search type to use when including files. The default is Wildcard
Syntax
'Declaration
 
Public Property FileIncludeSearchType As FileSearchType
'Usage
 
Dim instance As SearchParms
Dim value As FileSearchType
 
instance.FileIncludeSearchType = value
 
value = instance.FileIncludeSearchType
public FileSearchType FileIncludeSearchType {get; set;}
public:
property FileSearchType FileIncludeSearchType {
   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