Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeQueryElement.AttributeCount

TElSAMLAttributeQueryElement     See also     


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


Returns the number of items 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 check the number of attributes in the list.

See also:     Attributes     AddAttribute     RemoveAttribute    

Discuss this help topic in SecureBlackbox Forum