SaveConfig Method

This method commits the changes made in the object for the currently loaded LDAP server instance.

IDL Definition

HRESULT SaveConfig();

Parameters

none

Return Values

a standard HRESULT value

Example

VBScript

Set ILdapcfg = CreateObject("MemAdmin.Ldapconfig")
ILdapcfg.LoadConfig 4  ' loads config info for server 4 on local machine
… ' change some properties
ILdapcfg.Saveconfig

© 1997-1998 Microsoft Corporation. All rights reserved.