SPMobileComponent.ListItem property

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

See also

Reference

SPMobileComponent class

SPMobileComponent members

Microsoft.SharePoint.Mobile.WebControls namespace