Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPCompoundParameter.Items

TElXMLSOAPCompoundParameter     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The items of the compound data type.

Declaration

[C#]
    TElXMLSOAPCustomParameter Items[int Index];

[VB.NET]
    Property Items(ByVal Index As Integer) As TElXMLSOAPCustomParameter

[Pascal]
    property Items[Index : Integer] : TElXMLSOAPCustomParameter;

[C++]
    TElXMLSOAPCustomParameter* get_Items(int32_t Index);

[PHP]
    TElXMLSOAPCustomParameter get_Items(integer $Index)

[Java]
    TElXMLSOAPCustomParameter getItems(int Index);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Description

This property contains a list of items contained in the compound parameter.

See also:     Count    

Discuss this help topic in SecureBlackbox Forum