IADsOctetList Property Methods

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

Properties

OctetList

An ordered sequence of byte arrays.

Access type: Read/write

Scripting data type: VARIANT

// C++ method syntax
HRESULT get_OctetList(
  [out] VARIANT* retVal
);
HRESULT put_OctetList(
  [in] VARIANT vOctetList
);

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Iads.h
DLL
Activeds.dll
IID
IID_IADsOctetList is defined as 7B28B80F-4680-11D1-A3B4-00C04FB950DC

See also

IADsOctetList

ADS_OCTET_LIST