Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
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