Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of item version objects that represent the versions of the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Versions As SPListItemVersionCollection
Get
'Usage
Dim instance As SPListItem
Dim value As SPListItemVersionCollection
value = instance.Versions
public SPListItemVersionCollection Versions { get; }
Property Value
Type: Microsoft.SharePoint.SPListItemVersionCollection
An SPListItemVersionCollection object that represents the item versions.