Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPCustomParameter.AttributeCount

TElXMLSOAPCustomParameter     See also     


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


Returns the number of attributes of this element.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property AttributeCount : Integer;

[C++]
    int32_t get_AttributeCount();

[PHP]
    integer get_AttributeCount()

[Java]
    not available

Description

Use this property to check the number of attributes of this parameter XML element.

See also:     Attributes     AttribStrings    

Discuss this help topic in SecureBlackbox Forum