Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectConfirmationDataElement.ArbitraryElementCount

TElSAMLSubjectConfirmationDataElement     See also     


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


Returns the number of arbitrary elements in the list.

Declaration

[C#]
    int ArbitraryElementCount;

[VB.NET]
    Property ArbitraryElementCount As Integer

[Pascal]
    property ArbitraryElementCount : integer;

[C++]
    int32_t get_ArbitraryElementCount();

[PHP]
    integer get_ArbitraryElementCount()

[Java]
    int getArbitraryElementCount();

Description

Use this property to get the number of arbitrary elements in the list.

See also:     ArbitraryElements     AddArbitraryElement     RemoveArbitraryElement    

Discuss this help topic in SecureBlackbox Forum