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
-
-
Access type: Read/write
-
Scripting data type: VARIANT
-
// C++ method syntax HRESULT get_BinaryValue( [out] VARIANT* retVal ); HRESULT put_BinaryValue( [in] VARIANT varBV );
The GUID of an object associated with a DN.
-
-
DNString
-
-
Access type: Read/write
-
Scripting data type: BSTR
-
// C++ method syntax HRESULT get_DNString( [out] BSTR* retval ); HRESULT put_DNString( [in] BSTR bstrDN );
The DN string associated with the GUID of an object.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
DLL |
|
IID |
IID_IADsDNWithBinary is defined as 7E99C0A2-F935-11D2-BA96-00C04FB6D0D1 |