getQueueProperty

getQueueProperty(propname: String;
                 value:    Any output): Boolean;

The getQueueProperty method of the JadeGenericQueue class returns the value of the property specified in the propname parameter. The result is returned to the variable passed as the value parameter and must be compatible with the type of that variable. A variable of type Any is compatible with all property types.

If the value of the propname parameter is not a valid property name, an exception is raised.

As the getQueueProperty method does not perform type checking when the method is compiled, you should directly access the property value where possible.