Click or drag to resize

BasePropertiesSetReferencePropertyValue Method

version: 10.21.0
Associates a property key with a property value. The value will not be marked for serialization.

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.21.0
Syntax
C#
protected void SetReferencePropertyValue(
	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