Version

value Property

Returns/sets the value of the DropDownItem. value of the item
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_value() : String
function set_value(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDropDownItem.get_value();
See Also