Platform SDK: Active Directory, ADSI, and Directory Services

IADsDNWithString Property Methods

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

Properties in Vtable Order

Properties Description
StringValue

[Visual Basic]
Access: Read/Write
Data Type: BSTR

[C++]
HRESULT get_StringValue
(BSTR
*retVal);

HRESULT put_StringValue
(BSTR
varBV);

The string value associated with a DN of an object.
DNString

[Visual Basic]
Access: Read/Write
Data Type: BSTR

[C++]
HRESULT get_DNString
(BSTR
*retval);

HRESULT put_DNString
(BSTR
bstrDN);

The DN string associated with a string value.

See Also

IADsDNWithString, ADS_DN_WITH_STRING