Share via


FileSearch.LookIn Property

Returns or sets the folder to be searched during the specified file search.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property LookIn As String
    Get
    Set
'Usage
Dim instance As FileSearch
Dim value As String

value = instance.LookIn

instance.LookIn = value
string LookIn { get; set; }

Property Value

Type: System.String

See Also

Reference

FileSearch Interface

FileSearch Members

Microsoft.Office.Core Namespace