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
-
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 a string value.
-
-
StringValue
-
-
Access type: Read/write
-
Scripting data type: BSTR
-
// C++ method syntax HRESULT get_StringValue( [out] BSTR* retVal ); HRESULT put_StringValue( [in] BSTR varBV );
The string value associated with a DN of an object.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Header |
|
DLL |
|
IID |
IID_IADsDNWithString is defined as 370DF02E-F934-11D2-BA96-00C04FB6D0D1 |