Click or drag to resize

BasePropertiesRemoveProperty Method

version: 10.21.0
internal method to remove property from property map

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

Parameters

key
Type: SystemString
key of property to remove

Return Value

Type: Boolean
true, found and removed, false, not found
See Also