 | BasePropertiesSetCCSMPProperty Method |
version: 10.21.0
Sets a property to be passed directly to CCSMP. Properties set in this manner
will always override properties set using the shortcut properties, regardless
of order.
Namespace:
SolaceSystems.Solclient.Messaging
Assembly:
SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.21.0
Syntaxpublic void SetCCSMPProperty(
string key,
string value
)
Parameters
- key
- Type: SystemString
Name of property in CCSMP - value
- Type: SystemString
Value of the property, or null to unset
See Also