BaseProperties.SetCCSMPProperty Method

Solclient

BasePropertiesSetCCSMPProperty Method
version: 7.2.1.27
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: 7.2.1.27 (7.2.1.27)
Syntax
public void SetCCSMPProperty(
	string key,
	string value
)
Public Sub SetCCSMPProperty ( 
	key As String,
	value As String
)
public:
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