Discuss this help topic in SecureBlackbox Forum

TElLDAPAttributeValue Constructor

TElLDAPAttributeValue     


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


This method creates a new instance of TElLDAPAttributeValue class.

Declaration

[C#]
    TElLDAPAttributeValue(byte[] Value);

[VB.NET]
    Sub New(ByVal Value As Byte())

[Pascal]
    constructor Create(const Value : ByteArray);

[C++]
    not available

[PHP]
    not available

[Java]
    public TElLDAPAttributeValue();
    public TElLDAPAttributeValue(byte[] Value);

Parameters

  • Value - buffer containing value data.

Description

    Call this method to create a new instance of TElLDAPAttributeValue class.

Discuss this help topic in SecureBlackbox Forum