Discuss this help topic in SecureBlackbox Forum

TElSAMLSubjectConfirmationDataElement.ArbitraryAttributeCount

TElSAMLSubjectConfirmationDataElement     See also     


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


Returns the number of arbitrary attributes.

Declaration

[C#]
    int ArbitraryAttributeCount;

[VB.NET]
    Property ArbitraryAttributeCount As Integer

[Pascal]
    property ArbitraryAttributeCount : integer;

[C++]
    int32_t get_ArbitraryAttributeCount();

[PHP]
    integer get_ArbitraryAttributeCount()

[Java]
    int getArbitraryAttributeCount();

Description

Use this property to check the number of arbitrary attributes in the list.

See also:     ArbitraryAttributes     AddArbitraryAttribute     RemoveArbitraryAttribute    

Discuss this help topic in SecureBlackbox Forum