IndexOf method

Description

Identifies the location of the AseParameter in the collection.

Syntax 1

int IndexOf( object value )

Syntax 2

int IndexOf( string parameterName )

Parameters

value: The AseParameter object to locate.

parameterName: The name of the AseParameter object to locate.

Return Value

The zero-based location of the AseParameter in the collection.

Implements