Version

progressValue Property

Gets the Value property of the control.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_progressValue() : Number
function set_progressValue(value : Number)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebProgressBar.get_progressValue();
See Also