IListItem Interface
A single list item in a Web list.

C# Syntax

public interface IListItem 
Public Properties
 NameDescription
PropertyTextThe text value of the list item.  
Top
Public Methods
 NameDescription
MethodMakeVisibleMakes an item in the list visible.  
Top