TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Tibems.GetProperty Method 

Retrieves the property value given the property name

public static object GetProperty(
   string key
);

Parameters

key
The name of the property to retrieve

Return Value

The value for the given property. If the property is not set, a null is returned

Remarks

The properties here refer to those explicitly set by calling SetProperty or system properties (e.g PROP_PING_INTERVAL etc..) set by either calling the specific methods (e.g SetPingInterval) or system properties set via SetProperty. NOTE: In case of system properties if the values are never set then the default values are returned.
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

Tibems Class | TIBCO.EMS Namespace