The bszComment property specifies a name to associate with this instance of a Membership virtual server. For example, this name appears as the instance name on the Microsoft Management Console. It is a good idea to specify the type of authentication the server supports, if any, in this name.
Type
BSTR
Example
Set ObjCreator = CreateObject("ObjCreator.ObjCreator.1")
Set BrokConfig = ObjCreator.CreateObjAuth("MemAdmin.BrokConfig.1") BrokConfig.GetConfig 1
BrokConfig.bszComment = "Intranet Membership Instance #1 (NT Authentication)"
BrokConfig.SetConfig