Discuss this help topic in SecureBlackbox Forum

TElSAMLProxyRestrictionElement.AudienceCount

TElSAMLProxyRestrictionElement     See also     


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


Specifies the number of audiences in the list.

Declaration

[C#]
    int AudienceCount;

[VB.NET]
    Property AudienceCount As Integer

[Pascal]
    property AudienceCount : integer;

[C++]
    int32_t get_AudienceCount();

[PHP]
    integer get_AudienceCount()

[Java]
    int getAudienceCount();

Description

Use this property to get the number of audiences in the list.

See also:     AudienceList     AddAudience     RemoveAudience    

Discuss this help topic in SecureBlackbox Forum