Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the items in the list.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Property Items As IEnumerable
Get
Private Set
public IEnumerable Items { get; private set; }
public:
property IEnumerable^ Items {
IEnumerable^ get ();
private: void set (IEnumerable^ value);
}
Property Value
Type: System.Collections.IEnumerable
The items in the list.