SearchScopes.Item Property
Returns a SearchScope object that corresponds to an area in which to perform a file search, such as local drives or Microsoft Outlook folders.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Integer _
) As SearchScope
Get
'Usage
Dim instance As SearchScopes
Dim Index As Integer
Dim value As SearchScope
value = instance(Index)
SearchScope this[
int Index
] { get; }
Parameters
Index
Type: System.Int32Required Integer. Determines which SearchScope object to return.
Property Value
Type: Microsoft.Office.Core.SearchScope