SelectList::SelectedValue Property

 

Gets the list value that was selected by the user.

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

public:
property Object^ SelectedValue {
	Object^ get();
	private: void set(Object^ value);
}

Property Value

Type: System::Object^

The selected value.

Return to top
Show: