Retrieves an object from the behaviorUrns collection.
Syntax
oItem = behaviorUrns.item(iIndex)
Parameters
iIndex |
Required.
Integer variable that specifies the element or collection to retrieve. If this parameter is a number, the method returns the element in the collection at the given position, where the first element has value 0, the second has 1, and so on. If this parameter is a string, the method returns a collection of elements, where the value of the name or id property for each element is equal to the string. |
Return Value
Returns an object or a collection of element objects if successful, or null otherwise.
Standards Information
There is no public standard that applies to this method.
Applies To