MultiSelectList.DataValueField Property

Gets or sets the data value field.

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

'Declaration
Public Property DataValueField As String 
	Get 
	Private Set
'Usage
Dim instance As MultiSelectList 
Dim value As String 

value = instance.DataValueField

Property Value

Type: System.String
The data value field.
Show: