Item property

Description

The AseParameter at the specified index or name.

Syntax 1

AseParameter this[ int index ]

Syntax 2

AseParameter this[ string parameterName ]

Parameters

index: The zero-based index of the parameter to retrieve.

parameterName: The name of the parameter to retrieve.

Property value

An AseParameter.

Access

Read-write

Usage

In C#, this property is the indexer for the AseParameterCollection class.