SearchFolders.Item Property
Returns a ScopeFolder object that represents a subfolder of the parent object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Integer _
) As ScopeFolder
Get
'Usage
Dim instance As SearchFolders
Dim Index As Integer
Dim value As ScopeFolder
value = instance(Index)
ScopeFolder this[
int Index
] { get; }
Parameters
Index
Type: System.Int32Required Integer. Determines which subfolder to return.
Property Value
Type: Microsoft.Office.Core.ScopeFolder