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 ID for the list item.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ItemId As Integer
Get
Set
'Usage
Dim instance As FormComponent
Dim value As Integer
value = instance.ItemId
instance.ItemId = value
public int ItemId { get; set; }
Property Value
Type: System.Int32
Remarks
Set by default to the ID of the list item that the form is currently rendering.