Click or drag to resize

BasePropertiesSetPropertyValue Method

version: 10.21.0
Associates a property key with a property value.

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

Parameters

key
Type: SystemString
Property key
value
Type: SystemObject
Property value

Return Value

Type: 
Object value of the property
See Also