Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum