bszGroupPrefix Property

The bszGroupPrefix property is a string attached to the beginning of all Membership group names when mapping these groups to Windows NT groups.  In order to avoid name clashes, it is a good idea to relate the prefix to the Membership virtual server instance identifier.

Type

BSTR

Example

Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") BrokConfig.GetConfig 1
BrokConfig.bszGroupPrefix = "MemInstGrp1"
BrokConfig.SetConfig

© 1997-1998 Microsoft Corporation. All rights reserved.