10.24.0

BasePropertiesSetPropertyValue Method

Associates a property key with a property value.

Definition

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

Parameters

key  String
Property key
value  Object
Property value

Return Value

Object value of the property

See Also