This method of the AdoProperties class contains the following signatures:
Retrieves a specific member of a collection by ordinal number.
public com.ms.wfc.data.AdoProperty getItem(int n);
n | An integer representing the ordinal number of the collection member. |
Retrieves a specific member of a collection by name.
public com.ms.wfc.data.AdoProperty getItem(java.lang.String s);
s | A string representing the name of the collection member. |