Discuss this help topic in SecureBlackbox Forum

TElLDAPResponse.Messages

TElLDAPResponse     See also     


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


Contains a list of LDAP messages.

Declaration

[C#]
    TElLDAPMessage Messages[int Index];

[VB.NET]
    Property Messages(ByVal Index As Integer) As TElLDAPMessage

[Pascal]
    property Messages[Index : integer] : TElLDAPMessage;

[C++]
    TElLDAPMessage* get_Messages(int32_t Index);

[PHP]
    TElLDAPMessage get_Messages(integer $Index)

[Java]
    not available

Parameters

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

Description

    Use this property to access individual messages of the LDAP response.

See also:     Add     Count     Remove    

Discuss this help topic in SecureBlackbox Forum