File Search Library
FileIndex Property



KellermanSoftware.FileSearchLibrary Namespace > Index Class : FileIndex Property
Syntax
'Declaration
 
Public Property FileIndex As Dictionary(Of Long,String)
'Usage
 
Dim instance As Index
Dim value As Dictionary(Of Long,String)
 
instance.FileIndex = value
 
value = instance.FileIndex
public Dictionary<long,string> FileIndex {get; set;}
public:
property Dictionary<int64,String^>^ FileIndex {
   Dictionary<int64,String^>^ get();
   void set (    Dictionary<int64,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

Index Class
Index Members