Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeStatementElement.AttributeCount

TElSAMLAttributeStatementElement     See also     


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


Returns the number of attributes in the list.

Declaration

[C#]
    int AttributeCount;

[VB.NET]
    Property AttributeCount As Integer

[Pascal]
    property AttributeCount : integer;

[C++]
    int32_t get_AttributeCount();

[PHP]
    integer get_AttributeCount()

[Java]
    int getAttributeCount();

Description

    Use this property to get the number of attributes in the list.

See also:     Attributes     AddAttribute     RemoveAttribute    

Discuss this help topic in SecureBlackbox Forum