ItemByName

Description

Returns the specified item in the FieldInfos collection.

Syntaxe

Perl

$fieldinfos->ItemByName(name); 
Identificateur
Description
fieldinfos
A FieldInfos collection object, representing the set of FieldInfos in one field of a record.
name
A String that serves as a key into the collection. This string corresponds to the GetName of the desired FieldInfos.
Valeur renvoyée
The FieldInfo object at the specified location in the collection.

Feedback