Sets a property.
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.0.1
Syntax
Parameters
- name
 - Type: SystemString
the name of the property to set. - value
 - Type: SystemString
the value of the property to set 
Return Value
Type: SocketInterceptorConfigthe updated SocketInterceptorConfig
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentNullException | if name or value is null. | 
Remarks
See Also