Discuss this help topic in SecureBlackbox Forum

TElSAMLProxyRestrictionElement.RemoveAudience

TElSAMLProxyRestrictionElement     See also     


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


Removes the specified audience element from the list.

Declaration

[C#]
    void RemoveAudience(int Index);

[VB.NET]
    Sub RemoveAudience(ByVal Index As Integer)

[Pascal]
    procedure RemoveAudience(Index : integer);

[C++]
    void RemoveAudience(int32_t Index);

[PHP]
    void RemoveAudience(integer $Index)

[Java]
    void removeAudience(int Index);

Parameters

  • Index - the index of the item to be removed, starting from 0.

Description

Use this method to remove audiences from the list.

See also:     AudienceList     AddAudience    

Discuss this help topic in SecureBlackbox Forum