this[String]:IDataObject

Supplies the data object with the indicated name.

This method corresponds to the call Lookup with childName as the parameter. This function can only supply direct child data objects back however.

Parameter

childName

Type: System.String

This parameter is the name of the data object to be searched for. There is no case sensitivity.

If no data object with the name is found in the collection, then the exception DataObjectNotExistsException is triggered.