[TIBCO.EMS .NET client library 6.3 documentation]

Add or change the current LookupContext property settings contained in a hash table

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public virtual void AddSettings(
	Hashtable prop
)
Public Overridable Sub AddSettings ( _
	prop As Hashtable _
)
public:
virtual void AddSettings(
	Hashtable^ prop
)

Parameters

prop
Type: System.Collections..::.Hashtable
The hashtable containing property settings to be added or changed.

Implements

ILookupContext..::.AddSettings(Hashtable)

See Also