SPItem.m_Fields field
Stores the field objects associated with the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected m_Fields As SPFieldCollection
'Usage
Dim value As SPFieldCollection
value = Me.m_Fields
Me.m_Fields = value
protected SPFieldCollection m_Fields