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

BinaryValue

The GUID of an object associated with a DN.

Access type: Read/write

Scripting data type: VARIANT

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

DNString

The DN string associated with the GUID of an object.

Access type: Read/write

Scripting data type: BSTR

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

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Iads.h
DLL
Activeds.dll
IID
IID_IADsDNWithBinary is defined as 7E99C0A2-F935-11D2-BA96-00C04FB6D0D1

See also

IADsDNWithBinary

ADS_DN_WITH_BINARY