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)
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.

See Also

Reference

ListItemProperty Class

ListItemProperty Members

Microsoft.SharePoint.WebControls Namespace