Share via


ListItemProperty.ListItemVersion property

Gets or sets the version of the list item.

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

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.

See also

Reference

ListItemProperty class

ListItemProperty members

Microsoft.SharePoint.WebControls namespace