10.24.0

BasePropertiesRemoveProperty Method

internal method to remove property from property map

Definition

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

Parameters

key  String
key of property to remove

Return Value

Boolean
true, found and removed, false, not found

See Also