ListFormWebPart.ListItemId property

Gets or sets an identifier (ID) of the list item.

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

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property ListItemId As Integer
    Get
    Set
'Usage
Dim instance As ListFormWebPart
Dim value As Integer

value = instance.ListItemId

instance.ListItemId = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public int ListItemId { get; set; }

Property value

Type: System.Int32
An ID of the list item.

Remarks

This property overrides any identifier set by the URL.

See also

Reference

ListFormWebPart class

ListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace