Share via


ListItemProperty.ListItemID property

Gets or sets the ID assigned to the list item.

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

Syntax

'Declaration
Public Property ListItemID As String
    Get
    Set
'Usage
Dim instance As ListItemProperty
Dim value As String

value = instance.ListItemID

instance.ListItemID = value
public string ListItemID { get; set; }

Property value

Type: System.String
A string that contains the ID.

Remarks

The ListItemID property defaults to the current item if no value is supplied and the ListItemProperty control is on a page that contains a ListFormWebPart control.

See also

Reference

ListItemProperty class

ListItemProperty members

Microsoft.SharePoint.WebControls namespace