Discuss this help topic in SecureBlackbox Forum

TElRelativeDistinguishedName.Remove

TElRelativeDistinguishedName     See also     


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


This method removes a single «OID=Value» pair 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 - the index of the pair in the list. The indexing starts with 0.

Description

Use this method to remove the Index-th (OID, Value) pair from the list.

See also:     GetValuesByOID    

Discuss this help topic in SecureBlackbox Forum