TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Tibems.SetProperty Method 

Sets a property value given the property name and value to set

public static void SetProperty(
   string key,
   object val
);

Parameters

key
The name of the property to set
val
The value of the property to set

Remarks

The properties set here can by retrieved by calling GetProperty
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

Tibems Class | TIBCO.EMS Namespace