[TIBCO.EMS .NET client library 6.0 documentation]

Remove a property setting from this LookupContext

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

Syntax

public virtual Object RemoveSettings(
	string propName
)
Public Overridable Function RemoveSettings ( _
	propName As String _
) As Object
public:
virtual Object^ RemoveSettings(
	String^ propName
)

Parameters

propName
Type: System..::.String
The name of the property to remove.

Return Value

The value of the property setting.

Implements

ILookupContext..::.RemoveSettings(String)

See Also