Discuss this help topic in SecureBlackbox Forum

TElSAMLStatusDetailElement.ElementCount

TElSAMLStatusDetailElement     See also     


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


Returns the number of elements in the list.

Declaration

[C#]
    int ElementCount;

[VB.NET]
    Property ElementCount As Integer

[Pascal]
    property ElementCount : integer;

[C++]
    int32_t get_ElementCount();

[PHP]
    integer get_ElementCount()

[Java]
    int getElementCount();

Description

Use this property to check the number of list items.

See also:     AddElement     Elements     RemoveElement    

Discuss this help topic in SecureBlackbox Forum