Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPBody.Entries

TElXMLSOAPBody     See also     


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


The list of subelements of the body.

Declaration

[C#]
    TElXMLSOAPBodyEntry Entries[int Index];

[VB.NET]
    Property Entries(ByVal Index As Integer) As TElXMLSOAPBodyEntry

[Pascal]
    property Entries[Index : Integer] : TElXMLSOAPBodyEntry;

[C++]
    TElXMLSOAPBodyEntry* get_Entries(int32_t Index);

[PHP]
    TElXMLSOAPBodyEntry get_Entries(integer $Index)

[Java]
    not available

Parameters

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

Description

This property contains the list of entries of this body element.

See also:     EntryCount    

Discuss this help topic in SecureBlackbox Forum