[TIBCO.EMS .NET client library 8.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Add or change a property setting in the current LookupContext
Namespace:
TIBCO.EMSAssembly: 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.