IADsDNWithBinary, méthodes de propriété

La méthode de propriété de l’interface IADsDNWithBinary définit la propriété décrite dans le tableau suivant. Pour plus d’informations, consultez Méthodes de propriété d’interface.

Propriétés

BinaryValue

GUID d’un objet associé à un nom de domaine.

Type d’accès : Lecture/écriture

Type de données de script : VARIANT

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

DNString

Chaîne DN associée au GUID d’un objet.

Type d’accès : Lecture/écriture

Type de données de script : BSTR

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

Spécifications

Condition requise Valeur
Client minimal pris en charge
Windows Vista
Serveur minimal pris en charge
Windows Server 2008
En-tête
Iads.h
DLL
Activeds.dll
IID
IID_IADsDNWithBinary est défini comme 7E99C0A2-F935-11D2-BA96-00C04FB6D0D1

Voir aussi

IADsDNWithBinary

ADS_DN_WITH_BINARY