Version

key Property

Gets/Sets the key of the NavItem. Item key
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_key() : String
function set_key(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNavItem.get_key();
See Also