SPListItem.Item Property
Include Protected Members
Include Inherited Members
Gets or sets the value that is contained by the specified field.
Overload List
Name | Description | |
---|---|---|
Item[Guid] | Gets or sets the value that is contained by the field identified by the specified GUID. | |
Item[Int32] | Gets or sets the value that is contained by the field at the specified index in the field collection of the parent list. (Overrides SPItem.Item[Int32].) | |
Item[String] | Gets or sets a field value in the item based on the field’s title, internal name, or static name. (Overrides SPItem.Item[String].) |
Top