Version

key Property

Returns/sets a string value that can be used to store extra information on the item. the key
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_key() : String
function set_key(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfListItem.get_key();
See Also