getProperty

 

public String getProperty(String name);

Gets the named, user-defined property from the MQDestination URI.

Parameters

  • name - The name of the property.

Returns

  • the value of the named property or null if this property has not been defined.


uj29140_