Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

Item method

  • Last UpdatedJul 22, 2024
  • 1 minute read

Returns the CommandResult object by index.

Class

ICommandResults

Syntax

[C#]

ICommandResult get_Item(

int index

);

[Visual C++]

HRESULT Item(

[in] LONG index,

[out, retval] ICommandResult** customResult

);

Parameters

index

The Index of the CommandObject. This is a numeric value from 1 to count.

customResult

The returned CommandResult object.

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in