SPPersistedObject.Version Property
Gets a value that is incremented each time the object is updated.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property Version As Long
Get
'Usage
Dim instance As SPPersistedObject
Dim value As Long
value = instance.Version
public long Version { get; }
Property Value
Type: System.Int64
A 64-bit integer that is incremented with each update of the object.