Solclient
ContextPropertiesToDictionaryWithPrefix Method |
Returns a new IDictionary instance
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public IDictionary<string, string> ToDictionaryWithPrefix( string prefix )
Public Function ToDictionaryWithPrefix ( prefix As String ) As IDictionary(Of String, String)
public: IDictionary<String^, String^>^ ToDictionaryWithPrefix( String^ prefix )
Parameters
- prefix
- Type: SystemString
The prefix that was passed in to FromDictionaryWithPrefix(IDictionaryString, String, String)
Return Value
Type: IDictionaryString, StringReturns a new IDictionary
See Also