Version

value Property

Gets/Sets the value with the specified id.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_value() : {Any}
function set_value(value : {Any})
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfClientStateManagerBase.get_value();

Return Value

the value
See Also