Share via


DocumentLibraryVersions.Item Property

Returns a DocumentLibraryVersion object from the DocumentLibraryVersions collection.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    lIndex As Integer _
) As DocumentLibraryVersion
    Get
'Usage
Dim instance As DocumentLibraryVersions
Dim lIndex As Integer
Dim value As DocumentLibraryVersion

value = instance(lIndex)
DocumentLibraryVersion this[
    int lIndex
] { get; }

Parameters

  • lIndex
    Type: System.Int32

    Required Integer. The index number of the DocumentLibraryVersion returned.

Property Value

Type: Microsoft.Office.Core.DocumentLibraryVersion

See Also

Reference

DocumentLibraryVersions Interface

DocumentLibraryVersions Members

Microsoft.Office.Core Namespace