MultiSelectList::SelectedValues Property

Gets or sets the selected values.

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

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

Property Value

Type: System.Collections::IEnumerable
The selected values.
Show: