Directory Services

IADsNetAddress Property Methods

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

Properties

Property Description
AddressType

[Visual Basic]
Access: Read/Write
DataType: Long

[C++]
HRESULT get_AddressType
([out] LONG* retVal);
HRESULT put_AddressType
([in] LONG lnAddressType);

A type of communication protocols.
Address

[Visual Basic]
Access: Read/Write
DataType: Variant

[C++]
HRESULT get_Address
([out] VARIANT* retval);
HRESULT put_Address
([in] VARIANT vAddress);

A network address used in NDS.

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, ADS_NETADDRESS