Name property

Read-write. The MQI QMgrName attribute. This property cannot be written once the MQQueueManager is connected.

Defined in: MQQueueManager class

Data Type: String of 48 characters

Syntax:
To get: name$ = MQQueueManager.name

To set: MQQueueManager.name = name$

Note:
Visual Basic reserves the "Name" property for use in the visual interface. Therefore, when using within Visual Basic use lower-case, that is, "name".