Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.IDPAttributeQueryServiceCount

TElSAMLServiceProvider     See also     


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


Returns the number of endpoints in the list.

Declaration

[C#]
    int IDPAttributeQueryServiceCount;

[VB.NET]
    Property IDPAttributeQueryServiceCount As Integer

[Pascal]
    property IDPAttributeQueryServiceCount : integer;

[C++]
    int32_t get_IDPAttributeQueryServiceCount();

[PHP]
    integer get_IDPAttributeQueryServiceCount()

[Java]
    int getIDPAttributeQueryServiceCount();

Description

Use this property to check the number of Attribute Query protocol endpoints in the list.

Discuss this help topic in SecureBlackbox Forum