[TIBCO.EMS .NET client library 6.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Remove a setting by name
Namespace:
TIBCO.EMSAssembly: 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
Implements
ILookupContext.RemoveSettings.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | If the property name is null. |