Discuss this help topic in SecureBlackbox Forum

TElXMLOCSPRefs.Delete

TElXMLOCSPRefs     See also     


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


Deletes the selected item from the list.

Declaration

[C#]
    void Delete(int Index);

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

[Pascal]
    procedure Delete(Index : integer);

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

[PHP]
    void Delete(integer $Index)

[Java]
    void delete(int Index);

Parameters

  • Index - The index of the item to be deleted.

Description

    Call this method to remove the selected OCSPRef element from the list.

See also:     OCSPRef    

Discuss this help topic in SecureBlackbox Forum