Sets a property.
Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.2.0
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