File Search Library
MinKB Property



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