Gets the collection of item version objects that represent the versions of the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public ReadOnly Property Versions As SPListItemVersionCollection
Dim instance As SPListItem
Dim value As SPListItemVersionCollection
value = instance.Versions
public SPListItemVersionCollection Versions { get; }
Property Value
An SPListItemVersionCollection object that represents the item versions.