Click or drag to resize

SocketInterceptorConfigGetProperty Method

Gets a property.

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