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 or sets the version of the list item.
Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ListItemVersion As String
    Get
    Set
'Usage
Dim instance As ListItemProperty
Dim value As String
value = instance.ListItemVersion
instance.ListItemVersion = value
public string ListItemVersion { get; set; }
Property Value
Type: System.String
A string that contains the name of the version number of the list item; the page version is returned if the item version number is unavailable in form mode.