The bszProxyName property specifies the Windows NT account name to use as a proxy account for the Membership virtual server instance.
Type
BSTR
Example
Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") BrokConfig.GetConfig 1
BrokConfig.bszProxyName = "MembershipProxyUser"
BrokConfig.SetConfig