Version

text Property

Gets the text content of an item within the explorer bar.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_text() : String
function set_text(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfExplorerBarItem.get_text();
See Also