FormComponent.Item property

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

Syntax

'Declaration
Public ReadOnly Property Item As SPItem
    Get
'Usage
Dim instance As FormComponent
Dim value As SPItem

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

Property value

Type: Microsoft.SharePoint.SPItem

See also

Reference

FormComponent class

FormComponent members

Microsoft.SharePoint.WebControls namespace