MultiSelectList.Items Property
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.