10.5.1 IADsBindingInfo (Optional)

The IADsBindingInfo interface is used to obtain network address binding information. The interface definition is as follows:

interface IADsBindingInfo: IADs

{

// Read/write properties

[propget]

HRESULT NetAddresses ([out, retval]VARIANT *pvNetAddresses);

[propput]

HRESULT NetAddresses ([in]VARIANT vNetAddresses);

};

Method

Syntax

Description

NetAddresses

List

Gets and sets an array of NetAddress fields that represent the binding information for an object. The NetAddress syntax is discussed in Chapter 6, "Object Extensions".