10.24.0

FlowPropertiesToDictionaryWithPrefix Method

Returns a new IDictionary instance where:

key: is a string representation of a given FlowProperties property FlowPropertiesPROPERTY prefixed with a string "prefix"

value: is a string representation of the value of that property, or null if the property's value is null.

Note that only readable and writable properties are returned in the dictionary. Read-only properties are ignored.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public IDictionary<string, string> ToDictionaryWithPrefix(
	string prefix
)

Parameters

prefix  String
The prefix that was passed in to FromDictionaryWithPrefix(IDictionaryString, String, String)

Return Value

IDictionaryString, String
Returns a new IDictionary instance

See Also