Property Name
Addresses
Property Type
Variant
Description
Gets the Internet Protocol (IP) address of the computer.
This property is read-only.
Example
Dim ComputerObject As IADsComputer
'Fill in the correct values for <DomainName> and
<ComputerName>
Set ComputerObject =
GetObject("NTDS://<DomainName>/<ComputerName>")
Debug.Print ComputerObject.Addresses
See Also