Version

from Method

Casts passed in object to the WebTab type.
Syntax
ASP.NET Ajax Javascript (Specification) 
function from( 
   obj : {Any}
) : WebTab;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebTab.from({Any});

Parameters

obj
Object to convert to the WebTab type.

Return Value

Reference to the same object that is passed in, only type converted to the WebTab type.
See Also