File Search Library
MaxKB Property



KellermanSoftware.FileSearchLibrary Namespace > SearchParms Class : MaxKB Property
A file must be this KB or less to be included in the search. The default is no maximum Kilobytes
Syntax
'Declaration
 
Public Property MaxKB As Nullable(Of Integer)
'Usage
 
Dim instance As SearchParms
Dim value As Nullable(Of Integer)
 
instance.MaxKB = value
 
value = instance.MaxKB
public Nullable<int> MaxKB {get; set;}
public:
property Nullable<int> MaxKB {
   Nullable<int> get();
   void set (    Nullable<int> 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