Discuss this help topic in SecureBlackbox Forum

TElLDAPMessage.ID

TElLDAPMessage     See also     


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


Specifies message identifier.

Declaration

[C#]
    int ID;

[VB.NET]
    Property ID As Integer

[Pascal]
    property ID : integer;

[C++]
    int32_t get_ID();

[PHP]
    integer get_ID()

[Java]
    int getID();

Description

    Use this read-only property to get message identifier. This identifier is unique within the current LDAP session.

See also:     Code    

Discuss this help topic in SecureBlackbox Forum