SPSimpleItem.Item property
Gets or sets the value of the specified list item field.
Overload list
Name | Description | |
---|---|---|
Item[Int32] | Gets or sets the value of the list item field based on the specified index value. (Overrides SPItem.Item[Int32].) | |
Item[String] | Gets or sets the value of the list item field based on the name of the field. (Overrides SPItem.Item[String].) |
Top