AceQL HTTP C# Client SDK v7.7

AceQLParameterCollection..::..Item Property

Returns parameter at specified index.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public Object this[
	int index
] { get; set; }

Parameters

index
Type: Int32
The index.

Return Value

the AceQLParameter at index.