bszServerName Property

The bszHostName property specifies the host name of the remote machine on which the LDAP server is running. This property is used only if bLocal is set to FALSE.  Any valid DNS name can be used here.  This property defaults to "localhost".

Type

BSTR

Example

Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") 
BrokConfig.GetConfig 1
BrokConfig.bLocal=0
BrokConfig.bszServerName="localhost"

© 1997-1998 Microsoft Corporation. All rights reserved.