SPListItemVersion.IsCurrentVersion property

Gets a value that indicates whether the item version is the current version of the list item.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property IsCurrentVersion As Boolean
    Get
'Usage
Dim instance As SPListItemVersion
Dim value As Boolean

value = instance.IsCurrentVersion
public bool IsCurrentVersion { get; }

Property value

Type: System.Boolean
true if this is the current version; otherwise, false.

See also

Reference

SPListItemVersion class

SPListItemVersion members

Microsoft.SharePoint namespace

IsCurrentVersion