Metodi di proprietà IADsDNWithString

Il metodo di proprietà dell'interfaccia IADsDNWithString imposta la proprietà descritta nella tabella seguente. Per altre informazioni, vedere Metodi di proprietà dell'interfaccia.

Proprietà

DNString

Stringa DN associata a un valore stringa.

Tipo di accesso: Lettura/scrittura

Tipo di dati di scripting: BSTR

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

StringValue

Valore stringa associato a un DN di un oggetto.

Tipo di accesso: Lettura/scrittura

Tipo di dati di scripting: BSTR

// C++ method syntax
HRESULT get_StringValue(
  [out] BSTR* retVal
);
HRESULT put_StringValue(
  [in] BSTR varBV
);

Requisiti

Requisito Valore
Client minimo supportato
Windows Vista
Server minimo supportato
Windows Server 2008
Intestazione
Iads.h
DLL
Activeds.dll
IID
IID_IADsDNWithString è definito come 370DF02E-F934-11D2-BA96-00C04FB6D0D1

Vedi anche

IADsDNWithString

ADS_DN_WITH_STRING