10.24.0

BasePropertiesGetPropertyValue Method

Gets the property value associated with the given key.

Definition

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

Parameters

key  String
Property key

Return Value

Object
Object value of the property

See Also