Solclient
BasePropertiesSetPropertyValue Method |
Associates a property key with a property value.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
protected void SetPropertyValue( string key, Object value )
Protected Sub SetPropertyValue ( key As String, value As Object )
protected: void SetPropertyValue( 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