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