Discuss this help topic in SecureBlackbox Forum
This method creates a new instance of TElLDAPAttributeValue class.
Declaration
[C#]
TElLDAPAttributeValue(byte[] Value);
[VB.NET]
Sub New(ByVal Value As Byte())
[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