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.
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property ListItem As SPListItem
Get
Set
'Usage
Dim instance As SPMobileComponent
Dim value As SPListItem
value = instance.ListItem
instance.ListItem = value
public virtual SPListItem ListItem { get; set; }
Property value
Type: Microsoft.SharePoint.SPListItem