SetConfig Method

The SetConfig method commits the changes to the configuration settings for a specified Membership virtual server instance.

IDL Definition

HRESULT SetConfig() ;

Return Values

A standard HRESULT value.

Remarks

Call SetConfig to persist the changes made with the BrokConfig object.

Example

Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth ("MemAdmin.BrokConfig.1") 
BrokConfig.GetConfig 1
'  change config for instance(code ommited)
BrokConfig.SetConfig

© 1997-1998 Microsoft Corporation. All rights reserved.