SocketInterceptorConfigSetProperty Method Hazelcast .Net Client Class Library
Sets a property.

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

Reference