Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProviderInfo.SingleLogoutServiceCount

TElSAMLServiceProviderInfo     See also     


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


Returns the number of endpoints in the list.

Declaration

[C#]
    int SingleLogoutServiceCount;

[VB.NET]
    Property SingleLogoutServiceCount As Integer

[Pascal]
    property SingleLogoutServiceCount : integer;

[C++]
    int32_t get_SingleLogoutServiceCount();

[PHP]
    integer get_SingleLogoutServiceCount()

[Java]
    int getSingleLogoutServiceCount();

Description

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

See also:     SingleLogoutServices     AddSingleLogoutService     RemoveSingleLogoutService    

Discuss this help topic in SecureBlackbox Forum