10.25.0

BasePropertiesSetReferencePropertyValue Method

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

Definition

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

Parameters

key  String
Property key
value  Object
Property value

Return Value

Object value of the property

See Also