Discuss this help topic in SecureBlackbox Forum

TElMessageHeader.FieldsCount

TElMessageHeader     See also     


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


This read-only property contains the number of header fields in the header.

Declaration

[C#]
    int FieldsCount;

[VB.NET]
    Property FieldsCount As Integer

[Pascal]
    property FieldsCount : Integer;

[C++]
    int32_t get_FieldsCount();

[PHP]
    integer get_FieldsCount()

[Java]
    int getFieldsCount();

Description

    Use this property to get total number of header fields.

See also:     AddField     DeleteField    

Discuss this help topic in SecureBlackbox Forum