Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPBody.EntryCount

TElXMLSOAPBody     See also     


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


Specifies the number of subelements in the body.

Declaration

[C#]
    int EntryCount;

[VB.NET]
    Property EntryCount As Integer

[Pascal]
    property EntryCount : Integer;

[C++]
    int32_t get_EntryCount();

[PHP]
    integer get_EntryCount()

[Java]
    int getEntryCount();

Description

Use this property to check the number of entries in this body element.

See also:     Entries    

Discuss this help topic in SecureBlackbox Forum