Discuss this help topic in SecureBlackbox Forum

TElXMLOCSPRefs.OCSPRef

TElXMLOCSPRefs     See also     


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


Provides access to the list elements.

Declaration

[C#]
    TElXMLOCSPRef OCSPRef[int Index];

[VB.NET]
    Property OCSPRef(ByVal Index As Integer) As TElXMLOCSPRef

[Pascal]
    property OCSPRef[Index : integer] : TElXMLOCSPRef;

[C++]
    TElXMLOCSPRef* get_OCSPRef(int32_t Index);

[PHP]
    TElXMLOCSPRef get_OCSPRef(integer $Index)

[Java]
    TElXMLOCSPRef getOCSPRef(int Index);

Parameters

  • Index - The index of desired OCSPRef element in the list. The first item has Index=0, the second has Index=1 and so on.

Description

    Use this property to get the certain element from the list.

See also:     Count     Add     Clear     Delete     Insert    

Discuss this help topic in SecureBlackbox Forum