Discuss this help topic in SecureBlackbox Forum

TElSAMLAttributeElement.ValueCount

TElSAMLAttributeElement     See also     


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


Returns the number of values in the list.

Declaration

[C#]
    int ValueCount;

[VB.NET]
    Property ValueCount As Integer

[Pascal]
    property ValueCount : integer;

[C++]
    int32_t get_ValueCount();

[PHP]
    integer get_ValueCount()

[Java]
    int getValueCount();

Description

    Use this property to check the number of attribute values.

See also:     Values     AddValue     RemoveValue    

Discuss this help topic in SecureBlackbox Forum