LookupContext.AddSettings


Method

Declaration

virtual object AddSettings( 
    string propName, 
    object propValue ); 
 
virtual void AddSettings( 
    Hashtable prop ); 

Purpose

Add or change context settings.

Remarks

The first method sets one property. If the property was previously set, the method modifies it, and returns the old value.

The second method sets several properties with one call (like the constructor for context objects).

Parameter
Description
propName
Set this single property.
For property names, see Fields.
propValue
Set the single property to this value.
prop
Set all the name-value pairs contained in this hash table.


TIBCO Enterprise Message Service™ .NET Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com