Discuss this help topic in SecureBlackbox Forum

TElXMLTimeStampValidationDataList.Add

TElXMLTimeStampValidationDataList     See also     


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


Adds a new item to the list.

Declaration

[VB.NET]
    Function Add(ByVal ATSPValidationData As TElXMLTimeStampValidationData) As Integer

[Pascal]
    function Add(ATSPValidationData : TElXMLTimeStampValidationData) : integer;

Parameters

  • ATSPValidationData - the item to be added.

Return value

    On success, returns the index of the new element in the list, otherwise returns -1.

Description

    Use this method to add a new item to the list.

See also:     TimeStampValidationData     Delete     Insert    

Discuss this help topic in SecureBlackbox Forum