| SocketInterceptorConfigGetProperties Method |
Gets all properties.
Namespace:
Hazelcast.Config
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax public virtual Dictionary<string, string> GetProperties()
Public Overridable Function GetProperties As Dictionary(Of String, String)
public:
virtual Dictionary<String^, String^>^ GetProperties()
abstract GetProperties : unit -> Dictionary<string, string>
override GetProperties : unit -> Dictionary<string, string>
Return Value
Type:
DictionaryString,
Stringthe properties.
Remarks Gets all properties.
See Also