Item Method (BLTParameterList)
- Last UpdatedApr 08, 2026
- 1 minute read
Gets the BLTParameter at the specified index.
public BLTParameter Item(
int index
)
public:
BLTParameter^ Item(
int index
)
Parameters
- index
- The index of the Business Logic Tier (BLT) parameter collection to retrieve.
Return Value
The BLTParameter at the specified index.