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

Address

A network address.

Access type: Read/write

Scripting data type: VARIANT

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

AddressType

A type of communication protocols.

Access type: Read/write

Scripting data type: LONG

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

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
Iads.h
DLL
Activeds.dll
IID
IID_IADsNetAddress is defined as B21A50A9-4080-11D1-A3AC-00C04FB950DC

See also

IADsNetAddress

ADS_NETADDRESS