DNSName Property

This property specifies the Domain Name Service (DNS) name for the machine hosting the LDAP server instance.

IDL Definition

[propget] 
HRESULT DNSName([out, retval] VARIANT* pData );
[propput] 
HRESULT DNSName([in] VARIANT Data );

Type

VT_BSTR (string)

Remarks

This property reads as the local machine's name if an IP address is unspecified.

Setting this property makes appropriate changes to the IP property and vice-versa.

Example


© 1997-1998 Microsoft Corporation. All rights reserved.