DocumentLibraryVersions.Item[Int32] Property

Definition

Returns a DocumentLibraryVersion object from the DocumentLibraryVersions collection.

public:
 property Microsoft::Office::Core::DocumentLibraryVersion ^ default[int] { Microsoft::Office::Core::DocumentLibraryVersion ^ get(int lIndex); };
public Microsoft.Office.Core.DocumentLibraryVersion this[int lIndex] { get; }
member this.Item(int) : Microsoft.Office.Core.DocumentLibraryVersion
Default Public ReadOnly Property Item(lIndex As Integer) As DocumentLibraryVersion

Parameters

lIndex
Int32

Required Integer. The index number of the DocumentLibraryVersion returned.

Property Value

Applies to