Discuss this help topic in SecureBlackbox Forum

TElPolicyMappingsExtension.Remove

TElPolicyMappingsExtension     See also     


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


This method removes a single policy mapping from the list.

Declaration

[C#]
    void Remove(int Index);

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

[Pascal]
    procedure Remove(Index : integer);

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

[PHP]
    void Remove(integer $Index)

[Java]
    void remove(int Index);

Parameters

  • Index - index of the item in the list

Description

    Use this method to remove a single policy mapping from the list. Policy mapping is specified by Index parameter.

See also:     Policies    

Discuss this help topic in SecureBlackbox Forum