Solclient
BasePropertiesGetPropertyValue Method |
Gets the property value associated with the given key.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
protected Object GetPropertyValue( string key )
Protected Function GetPropertyValue ( key As String ) As Object
protected: Object^ GetPropertyValue( String^ key )
Parameters
- key
- Type: SystemString
Property key
Return Value
Type: ObjectObject value of the property
See Also