[TIBCO.EMS .NET client library 8.1 documentation]

Remove a setting by name

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

Syntax

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

Parameters

propName
Type: System..::.String
Remove this property. For property names, see LdapLookupConsts.

Implements

ILookupContext..::.RemoveSettings(String)

Remarks

Exceptions

ExceptionCondition
System..::.ArgumentExceptionIf the property name is null.

See Also