SPFieldCollection Properties
Include Protected Members
Include Inherited Members
The SPFieldCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Count | Gets the number of fields in the collection. (Overrides SPBaseCollection.Count.) |
![]() |
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. |
![]() |
List | Gets the parent list of the collection. |
![]() |
SchemaXml | Gets the schema that defines the collection. |
![]() |
SchemaXmlWithResourceTokens | Read-only property that retrieves extended XML schema for the field using resource tokens. |
![]() |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) |
![]() |
Web | Gets the parent website of the fields. |
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
![]() ![]() |
ICollection.IsSynchronized | Gets a Boolean value that indicates whether access to the collection is synchronized or thread-safe. (Inherited from SPBaseCollection.) |
![]() ![]() |
ICollection.SyncRoot | Gets an object that is used to synchronize access to the collection. (Inherited from SPBaseCollection.) |
Top
.gif)
.gif)
.gif)