Discuss this help topic in SecureBlackbox Forum
Returns the number of endpoints in the list.
Declaration
[C#]
int IDPArtifactResolutionServiceCount;
[VB.NET]
Property IDPArtifactResolutionServiceCount As Integer
[Pascal]
property IDPArtifactResolutionServiceCount : integer;
[C++]
int32_t get_IDPArtifactResolutionServiceCount();
[PHP]
integer get_IDPArtifactResolutionServiceCount()
[Java]
int getIDPArtifactResolutionServiceCount();
Description
Use this property to check the number of artifact resolution service endpoints in the list.
Discuss this help topic in SecureBlackbox Forum