[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Sets a boolean value with the specified name into the Map.
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Syntax
public void SetBoolean( string name, bool value ) |
Public Sub SetBoolean ( _ name As String, _ value As Boolean _ ) |
public: void SetBoolean( String^ name, bool value ) |
Parameters
- name
- Type: System..::.String
The name of the boolean. Name cannot be null or an empty string.
- value
- Type: System..::.Boolean
The boolean value to set in the Map
Exceptions
Exception | Condition |
---|---|
MessageNotWriteableException | An TIBCO.EMS.MessageNotWriteableException may be thrown if the message is in read-only mode |
System..::.ArgumentException | An ArgumentException may be thrown if the name is null or if the name is an empty string |