Directory Services

IADsNetAddress

The IADsNetAddress interface provides methods for an ADSI client to access the Net Address attribute in Novell NetWare Directory Services (NDS).

You can call the property methods of this interface to obtain and modify the NDS attribute.

Methods in Vtable Order

The IADsNetAddress interface inherits the methods of the standard COM interfaces:

In addition, IADsNetAddress defines the following methods.

Method Description
get_AddressType Gets/Puts the type of communication protocols.
put_AddressType Gets/Puts the type of communication protocols.
get_Address Gets/Puts the network address used in NDS.
put_Address Gets/Puts the network address used in NDS.

Properties

The IADsNetAddress interface defines the following properties. The preceding table includes access methods for these properties.

Property Description
Address Gets/Puts the network address used in NDS.
AddressType Gets/Puts the type of communication protocols.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension on Windows NT 4.0 SP6a and Windows 95/98/Me.
Header: Declared in Iads.h.

See Also

IADsNetAddress Property Methods