ItemByName method: Namespace collection

Syntax

ItemByName(name)

Description

The ItemByName method returns the item specified by name. Name is not case-sensitive.

Parameters

Parameter Description

name

Specify the name of the Namespaces object that you want returned. This parameter takes a string value.

Returns

A reference to a Namespaces object or NULL.

Example

&NAMESPACE = &NAMESPACES.ItemByName("BusinessComponent");