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 Items As IEnumerable
	Get
	Private Set
End Property

Property Value

Type: System.Collections.IEnumerable

The items in the list.

Return to top
Show: