FileSearch.FoundFiles Property
Returns a FoundFiles object that contains the names of all the files found during a search.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property FoundFiles As FoundFiles
Get
'Usage
Dim instance As FileSearch
Dim value As FoundFiles
value = instance.FoundFiles
FoundFiles FoundFiles { get; }
Property Value
Type: Microsoft.Office.Core.FoundFiles