Microsoft SDK for Java

getItem

This method of the AdoProperties class contains the following signatures:

getItem(int n)

Retrieves a specific member of a collection by ordinal number.

Syntax

public com.ms.wfc.data.AdoProperty getItem(int n);

Parameters

n An integer representing the ordinal number of the collection member.

getItem(java.lang.String s)

Retrieves a specific member of a collection by name.

Syntax

public com.ms.wfc.data.AdoProperty getItem(java.lang.String s);

Parameters

s A string representing the name of the collection member.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.