Click or drag to resize

SocketInterceptorConfigSetProperty Method

Sets a property.

Namespace:  Hazelcast.Config
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.2
Syntax
public virtual SocketInterceptorConfig SetProperty(
	string name,
	string value
)

Parameters

name
Type: SystemString
the name of the property to set.
value
Type: SystemString
the value of the property to set

Return Value

Type: SocketInterceptorConfig
the updated SocketInterceptorConfig
Exceptions
ExceptionCondition
ArgumentNullExceptionif name or value is null.
Remarks
Sets a property.
See Also