Directory Services

IADsDNWithBinary Property Methods

The property method of the IADsDNWithBinary interface sets the property described in the following table. For more information, see Interface Property Methods.

Properties

Property Description
BinaryValue

[Visual Basic]
Access: Read/Write
DataType: Variant

[C++]
HRESULT get_BinaryValue
([out] VARIANT* retVal);
HRESULT put_BinaryValue
([in] VARIANT varBV);

The GUID of an object associated with a DN.
DNString

[Visual Basic]
Access: Read/Write
DataType: BSTR

[C++]
HRESULT get_DNString
([out] BSTR* retval);
HRESULT put_DNString
([in] BSTR bstrDN);

The DN string associated with the GUID of an object.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Iads.h.

See Also

IADsDNWithBinary, ADS_DN_WITH_BINARY