Click or drag to resize

SocketInterceptorConfigGetProperties Method

Gets all properties.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.0
Syntax
public virtual Dictionary<string, string> GetProperties()

Return Value

Type: DictionaryString, String
the properties.
Remarks
Gets all properties.
See Also