SPMobileComponent.Item property

Namespace:  Microsoft.SharePoint.Mobile.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Property Item As SPItem
    Get
    Set
'Usage
Dim instance As SPMobileComponent
Dim value As SPItem

value = instance.Item

instance.Item = value
public virtual SPItem Item { get; set; }

Property value

Type: Microsoft.SharePoint.SPItem

See also

Reference

SPMobileComponent class

SPMobileComponent members

Microsoft.SharePoint.Mobile.WebControls namespace