10.24.0

BasePropertiesSetCCSMPProperty Method

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.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public void SetCCSMPProperty(
	string key,
	string value
)

Parameters

key  String
Name of property in CCSMP
value  String
Value of the property, or null to unset

See Also