SupportedIPs Property

This property lists the available IP addresses on the local machine.

IDL Definition

HRESULT SupportedIPs([out, retval] VARIANT* pData); 

Type

VT_ARRAY  (SAFEARRAY)

Contains

VT_BSTR (string)

Remarks

A list of IP addresses supported on the LDAP server machine. This list is automatically checked when the IP or DNSName properties are modified to make sure the new IP address is supported. This property should be used primarily for UI elements (such as a list box that allows the user to select only valid IP addresses).

SupportedIPs is a read-only property.


© 1997-1998 Microsoft Corporation. All rights reserved.