Discuss this help topic in SecureBlackbox Forum

TElMessageHeaderField.ParamsCount

TElMessageHeaderField     See also     


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


This read-only property contains total number of the header field parameters.

Declaration

[C#]
    int ParamsCount;

[VB.NET]
    Property ParamsCount As Integer

[Pascal]
    property ParamsCount : Integer;

[C++]
    int32_t get_ParamsCount();

[PHP]
    integer get_ParamsCount()

[Java]
    int getParamsCount();

Description

    Use this property to get total number of the header field parameters.

See also:     Body     Name     Value     Comments    

Discuss this help topic in SecureBlackbox Forum