SPFieldLinkCollection.Item property
Gets the specified SPFieldLink object from the collection.
Overload list
Name | Description | |
---|---|---|
Item[Guid] | Gets the specified SPFieldLink object from the collection by using its identifier (ID). | |
Item[Int32] | Gets the specified SPFieldLink object from the collection by using its index number. | |
Item[String] | Gets the specified SPFieldLink object from the collection by indexing on the object name. |
Top