MultiSelectList::Items Property

Gets or sets the items in the list.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
property IEnumerable^ Items {
	IEnumerable^ get ();
	private: void set (IEnumerable^ value);
}

Property Value

Type: System.Collections::IEnumerable
The items in the list.
Show: