Share via


SPFieldCollection.Item property

Gets the specified field from the collection.

Overload list

  Name Description
Public property Item[Guid] Gets the field with the specified identifier (ID) from the collection.
Public property Item[Int32] Gets the field object at the specified index in the collection. In Microsoft C#, this property is an indexer for the SPFieldCollection class.
Public property Item[String] Gets the field with the specified display name from the collection. In Microsoft C#, this property is an indexer for the SPFieldCollection class.

Top

See also

Reference

SPFieldCollection class

SPFieldCollection members

Microsoft.SharePoint namespace