FormComponent.ListItem property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ListItem As SPListItem
Get
'Usage
Dim instance As FormComponent
Dim value As SPListItem
value = instance.ListItem
public virtual SPListItem ListItem { get; }
Property value
Type: Microsoft.SharePoint.SPListItem