Overview | Returns the named value associated with the input index. |
Original class | CORBA::NVList |
Exceptions | CORBA::SystemException |
Intended Usage
The item method is used by a client program when querying the NVList associated with a DII request. The item method returns the named value associated with the input index.
Syntax
CORBA::NamedValue_ptr item(CORBA::ULong index);
Input parameters
Return values