SocketInterceptorConfigGetProperty Method Hazelcast .Net Client Class Library
Gets a property.

Namespace: Hazelcast.Config
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.4.0
Syntax

public virtual string GetProperty(
	string name
)

Parameters

name
Type: SystemString
the name of the property to get.

Return Value

Type: String
the value of the property, null if not found
Exceptions

ExceptionCondition
ArgumentNullExceptionif name is null.
Remarks

Gets a property.
See Also

Reference