Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPHeader.BlockCount

TElXMLSOAPHeader     See also     


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


Specifies the number of blocks in the header.

Declaration

[C#]
    int BlockCount;

[VB.NET]
    Property BlockCount As Integer

[Pascal]
    property BlockCount : Integer;

[C++]
    int32_t get_BlockCount();

[PHP]
    integer get_BlockCount()

[Java]
    int getBlockCount();

Description

Use this property to check the number of header blocks in the list.

See also:     Blocks    

Discuss this help topic in SecureBlackbox Forum