Version

value Property

Gets the filter condition value. The return type will be one of the following, based on the column type: String, Number, Date, or Boolean The return type will be one of the following, based on the column type: String, Number, Date, or Boolean
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_value() : {Any}
function set_value(value : {Any})
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfClientCondition.get_value();
See Also