SPFieldCollection.Item property
Gets the specified field from the collection.
Overload list
Name | Description | |
---|---|---|
Item[Guid] | Gets the field with the specified identifier (ID) from the collection. | |
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. | |
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