[TIBCO.EMS .NET client library 7.0 documentation]

Add or change a property setting in the current LookupContext

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

Syntax

public virtual Object AddSettings(
	string propName,
	Object propValue
)
Public Overridable Function AddSettings ( _
	propName As String, _
	propValue As Object _
) As Object
public:
virtual Object^ AddSettings(
	String^ propName, 
	Object^ propValue
)

Parameters

propName
Type: System..::.String
The name of the property to add or change.
propValue
Type: System..::.Object
The value of the property to add; or the new value, if changing.

Return Value

The original value of the property, if it was changed.

Implements

ILookupContext..::.AddSettings(String, Object)

See Also