Share via


ScopeFolders.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 ScopeFolders
Dim Index As Integer
Dim value As ScopeFolder

value = instance(Index)
ScopeFolder this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32

    Required Integer. Determines which subfolder to return.

Property Value

Type: Microsoft.Office.Core.ScopeFolder

See Also

Reference

ScopeFolders Interface

ScopeFolders Members

Microsoft.Office.Core Namespace