Click or drag to resize

BasePropertiesGetPropertyValue Method

version: 10.21.0
Gets the property value associated with the given key.

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

Parameters

key
Type: SystemString
Property key

Return Value

Type: Object
Object value of the property
See Also